Class ClientService.checkNamespaceClass_args
- java.lang.Object
-
- org.apache.accumulo.core.clientImpl.thrift.ClientService.checkNamespaceClass_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ClientService.checkNamespaceClass_args>,org.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- ClientService
public static class ClientService.checkNamespaceClass_args extends Object implements org.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>, Serializable, Cloneable, Comparable<ClientService.checkNamespaceClass_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientService.checkNamespaceClass_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringclassNameTCredentialscredentialsStringinterfaceMatchstatic Map<ClientService.checkNamespaceClass_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnamespaceIdTInfotinfo
-
Constructor Summary
Constructors Constructor Description checkNamespaceClass_args()checkNamespaceClass_args(ClientService.checkNamespaceClass_args other)Performs a deep copy on other.checkNamespaceClass_args(TInfo tinfo, TCredentials credentials, String namespaceId, String className, String interfaceMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(ClientService.checkNamespaceClass_args other)ClientService.checkNamespaceClass_argsdeepCopy()booleanequals(Object that)booleanequals(ClientService.checkNamespaceClass_args that)ClientService.checkNamespaceClass_args._FieldsfieldForId(int fieldId)StringgetClassName()TCredentialsgetCredentials()ObjectgetFieldValue(ClientService.checkNamespaceClass_args._Fields field)StringgetInterfaceMatch()StringgetNamespaceId()TInfogetTinfo()inthashCode()booleanisSet(ClientService.checkNamespaceClass_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetClassName()Returns true if field className is set (has been assigned a value) and false otherwisebooleanisSetCredentials()Returns true if field credentials is set (has been assigned a value) and false otherwisebooleanisSetInterfaceMatch()Returns true if field interfaceMatch is set (has been assigned a value) and false otherwisebooleanisSetNamespaceId()Returns true if field namespaceId is set (has been assigned a value) and false otherwisebooleanisSetTinfo()Returns true if field tinfo is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)ClientService.checkNamespaceClass_argssetClassName(String className)voidsetClassNameIsSet(boolean value)ClientService.checkNamespaceClass_argssetCredentials(TCredentials credentials)voidsetCredentialsIsSet(boolean value)voidsetFieldValue(ClientService.checkNamespaceClass_args._Fields field, Object value)ClientService.checkNamespaceClass_argssetInterfaceMatch(String interfaceMatch)voidsetInterfaceMatchIsSet(boolean value)ClientService.checkNamespaceClass_argssetNamespaceId(String namespaceId)voidsetNamespaceIdIsSet(boolean value)ClientService.checkNamespaceClass_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)StringtoString()voidunsetClassName()voidunsetCredentials()voidunsetInterfaceMatch()voidunsetNamespaceId()voidunsetTinfo()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
credentials
public TCredentials credentials
-
namespaceId
public String namespaceId
-
className
public String className
-
interfaceMatch
public String interfaceMatch
-
metaDataMap
public static final Map<ClientService.checkNamespaceClass_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
checkNamespaceClass_args
public checkNamespaceClass_args()
-
checkNamespaceClass_args
public checkNamespaceClass_args(TInfo tinfo, TCredentials credentials, String namespaceId, String className, String interfaceMatch)
-
checkNamespaceClass_args
public checkNamespaceClass_args(ClientService.checkNamespaceClass_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ClientService.checkNamespaceClass_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public ClientService.checkNamespaceClass_args setTinfo(TInfo tinfo)
-
unsetTinfo
public void unsetTinfo()
-
isSetTinfo
public boolean isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise
-
setTinfoIsSet
public void setTinfoIsSet(boolean value)
-
getCredentials
public TCredentials getCredentials()
-
setCredentials
public ClientService.checkNamespaceClass_args setCredentials(TCredentials credentials)
-
unsetCredentials
public void unsetCredentials()
-
isSetCredentials
public boolean isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwise
-
setCredentialsIsSet
public void setCredentialsIsSet(boolean value)
-
getNamespaceId
public String getNamespaceId()
-
setNamespaceId
public ClientService.checkNamespaceClass_args setNamespaceId(String namespaceId)
-
unsetNamespaceId
public void unsetNamespaceId()
-
isSetNamespaceId
public boolean isSetNamespaceId()
Returns true if field namespaceId is set (has been assigned a value) and false otherwise
-
setNamespaceIdIsSet
public void setNamespaceIdIsSet(boolean value)
-
getClassName
public String getClassName()
-
setClassName
public ClientService.checkNamespaceClass_args setClassName(String className)
-
unsetClassName
public void unsetClassName()
-
isSetClassName
public boolean isSetClassName()
Returns true if field className is set (has been assigned a value) and false otherwise
-
setClassNameIsSet
public void setClassNameIsSet(boolean value)
-
getInterfaceMatch
public String getInterfaceMatch()
-
setInterfaceMatch
public ClientService.checkNamespaceClass_args setInterfaceMatch(String interfaceMatch)
-
unsetInterfaceMatch
public void unsetInterfaceMatch()
-
isSetInterfaceMatch
public boolean isSetInterfaceMatch()
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
-
setInterfaceMatchIsSet
public void setInterfaceMatchIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ClientService.checkNamespaceClass_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
getFieldValue
public Object getFieldValue(ClientService.checkNamespaceClass_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
isSet
public boolean isSet(ClientService.checkNamespaceClass_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
equals
public boolean equals(ClientService.checkNamespaceClass_args that)
-
compareTo
public int compareTo(ClientService.checkNamespaceClass_args other)
- Specified by:
compareToin interfaceComparable<ClientService.checkNamespaceClass_args>
-
fieldForId
public ClientService.checkNamespaceClass_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<ClientService.checkNamespaceClass_args,ClientService.checkNamespaceClass_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-