Class MasterClientService.setSystemProperty_args
- java.lang.Object
-
- org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<MasterClientService.setSystemProperty_args>,org.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- MasterClientService
public static class MasterClientService.setSystemProperty_args extends Object implements org.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>, Serializable, Cloneable, Comparable<MasterClientService.setSystemProperty_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMasterClientService.setSystemProperty_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 TCredentialscredentialsstatic Map<MasterClientService.setSystemProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpropertyTInfotinfoStringvalue
-
Constructor Summary
Constructors Constructor Description setSystemProperty_args()setSystemProperty_args(MasterClientService.setSystemProperty_args other)Performs a deep copy on other.setSystemProperty_args(TInfo tinfo, TCredentials credentials, String property, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(MasterClientService.setSystemProperty_args other)MasterClientService.setSystemProperty_argsdeepCopy()booleanequals(Object that)booleanequals(MasterClientService.setSystemProperty_args that)MasterClientService.setSystemProperty_args._FieldsfieldForId(int fieldId)TCredentialsgetCredentials()ObjectgetFieldValue(MasterClientService.setSystemProperty_args._Fields field)StringgetProperty()TInfogetTinfo()StringgetValue()inthashCode()booleanisSet(MasterClientService.setSystemProperty_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCredentials()Returns true if field credentials is set (has been assigned a value) and false otherwisebooleanisSetProperty()Returns true if field property is set (has been assigned a value) and false otherwisebooleanisSetTinfo()Returns true if field tinfo is set (has been assigned a value) and false otherwisebooleanisSetValue()Returns true if field value is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)MasterClientService.setSystemProperty_argssetCredentials(TCredentials credentials)voidsetCredentialsIsSet(boolean value)voidsetFieldValue(MasterClientService.setSystemProperty_args._Fields field, Object value)MasterClientService.setSystemProperty_argssetProperty(String property)voidsetPropertyIsSet(boolean value)MasterClientService.setSystemProperty_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)MasterClientService.setSystemProperty_argssetValue(String value)voidsetValueIsSet(boolean value)StringtoString()voidunsetCredentials()voidunsetProperty()voidunsetTinfo()voidunsetValue()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
credentials
public TCredentials credentials
-
property
public String property
-
value
public String value
-
metaDataMap
public static final Map<MasterClientService.setSystemProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
setSystemProperty_args
public setSystemProperty_args()
-
setSystemProperty_args
public setSystemProperty_args(TInfo tinfo, TCredentials credentials, String property, String value)
-
setSystemProperty_args
public setSystemProperty_args(MasterClientService.setSystemProperty_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public MasterClientService.setSystemProperty_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public MasterClientService.setSystemProperty_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 MasterClientService.setSystemProperty_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)
-
getProperty
public String getProperty()
-
setProperty
public MasterClientService.setSystemProperty_args setProperty(String property)
-
unsetProperty
public void unsetProperty()
-
isSetProperty
public boolean isSetProperty()
Returns true if field property is set (has been assigned a value) and false otherwise
-
setPropertyIsSet
public void setPropertyIsSet(boolean value)
-
getValue
public String getValue()
-
setValue
public MasterClientService.setSystemProperty_args setValue(String value)
-
unsetValue
public void unsetValue()
-
isSetValue
public boolean isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise
-
setValueIsSet
public void setValueIsSet(boolean value)
-
setFieldValue
public void setFieldValue(MasterClientService.setSystemProperty_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>
-
getFieldValue
public Object getFieldValue(MasterClientService.setSystemProperty_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>
-
isSet
public boolean isSet(MasterClientService.setSystemProperty_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<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_args._Fields>
-
equals
public boolean equals(MasterClientService.setSystemProperty_args that)
-
compareTo
public int compareTo(MasterClientService.setSystemProperty_args other)
- Specified by:
compareToin interfaceComparable<MasterClientService.setSystemProperty_args>
-
fieldForId
public MasterClientService.setSystemProperty_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<MasterClientService.setSystemProperty_args,MasterClientService.setSystemProperty_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
-
-