public class CreateResource extends Object implements Serializable
| Constructor and Description |
|---|
CreateResource() |
CreateResource(String clusterID,
String[] collectionID,
String contentType,
String indexID,
String indexTypeID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClusterID()
Gets the clusterID value for this CreateResource.
|
String[] |
getCollectionID()
Gets the collectionID value for this CreateResource.
|
String |
getContentType()
Gets the contentType value for this CreateResource.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIndexID()
Gets the indexID value for this CreateResource.
|
String |
getIndexTypeID()
Gets the indexTypeID value for this CreateResource.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setClusterID(String clusterID)
Sets the clusterID value for this CreateResource.
|
void |
setCollectionID(String[] collectionID)
Sets the collectionID value for this CreateResource.
|
void |
setContentType(String contentType)
Sets the contentType value for this CreateResource.
|
void |
setIndexID(String indexID)
Sets the indexID value for this CreateResource.
|
void |
setIndexTypeID(String indexTypeID)
Sets the indexTypeID value for this CreateResource.
|
public String getIndexTypeID()
public void setIndexTypeID(String indexTypeID)
indexTypeID - public String getIndexID()
public void setIndexID(String indexID)
indexID - public String[] getCollectionID()
public void setCollectionID(String[] collectionID)
collectionID - public String getContentType()
public void setContentType(String contentType)
contentType - public String getClusterID()
public void setClusterID(String clusterID)
clusterID - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.