Package dev.vality.machinegun.stateproc
Class AutomatonSrv.SimpleRepair_args
java.lang.Object
dev.vality.machinegun.stateproc.AutomatonSrv.SimpleRepair_args
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<AutomatonSrv.SimpleRepair_args>,org.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- AutomatonSrv
public static class AutomatonSrv.SimpleRepair_args extends Object implements org.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>, Serializable, Cloneable, Comparable<AutomatonSrv.SimpleRepair_args>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutomatonSrv.SimpleRepair_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 static Map<AutomatonSrv.SimpleRepair_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnsReferenceref -
Constructor Summary
Constructors Constructor Description SimpleRepair_args()SimpleRepair_args(AutomatonSrv.SimpleRepair_args other)Performs a deep copy on other.SimpleRepair_args(String ns, Reference ref) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(AutomatonSrv.SimpleRepair_args other)AutomatonSrv.SimpleRepair_argsdeepCopy()booleanequals(AutomatonSrv.SimpleRepair_args that)booleanequals(Object that)AutomatonSrv.SimpleRepair_args._FieldsfieldForId(int fieldId)Map<AutomatonSrv.SimpleRepair_args._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()AutomatonSrv.SimpleRepair_args._Fields[]getFields()ObjectgetFieldValue(AutomatonSrv.SimpleRepair_args._Fields field)StringgetNs()ReferencegetRef()inthashCode()booleanisSet(AutomatonSrv.SimpleRepair_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetNs()Returns true if field ns is set (has been assigned a value) and false otherwisebooleanisSetRef()Returns true if field ref is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(AutomatonSrv.SimpleRepair_args._Fields field, Object value)AutomatonSrv.SimpleRepair_argssetNs(String ns)voidsetNsIsSet(boolean value)AutomatonSrv.SimpleRepair_argssetRef(Reference ref)voidsetRefIsSet(boolean value)StringtoString()voidunsetNs()voidunsetRef()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
ns
-
ref
-
metaDataMap
public static final Map<AutomatonSrv.SimpleRepair_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
SimpleRepair_args
public SimpleRepair_args() -
SimpleRepair_args
-
SimpleRepair_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
getNs
-
setNs
-
unsetNs
public void unsetNs() -
isSetNs
public boolean isSetNs()Returns true if field ns is set (has been assigned a value) and false otherwise -
setNsIsSet
public void setNsIsSet(boolean value) -
getRef
-
setRef
-
unsetRef
public void unsetRef() -
isSetRef
public boolean isSetRef()Returns true if field ref is set (has been assigned a value) and false otherwise -
setRefIsSet
public void setRefIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<AutomatonSrv.SimpleRepair_args>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_args._Fields>
-
getFieldMetaData
public Map<AutomatonSrv.SimpleRepair_args._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<AutomatonSrv.SimpleRepair_args,AutomatonSrv.SimpleRepair_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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-