Package dev.vality.fistful.identity
Class ManagementSrv.Create_args
java.lang.Object
dev.vality.fistful.identity.ManagementSrv.Create_args
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ManagementSrv.Create_args>,org.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- ManagementSrv
public static class ManagementSrv.Create_args extends Object implements org.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>, Serializable, Cloneable, Comparable<ManagementSrv.Create_args>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagementSrv.Create_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 Map<String,Value>contextstatic Map<ManagementSrv.Create_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapIdentityParamsparams -
Constructor Summary
Constructors Constructor Description Create_args()Create_args(IdentityParams params, Map<String,Value> context)Create_args(ManagementSrv.Create_args other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(ManagementSrv.Create_args other)ManagementSrv.Create_argsdeepCopy()booleanequals(ManagementSrv.Create_args that)booleanequals(Object that)ManagementSrv.Create_args._FieldsfieldForId(int fieldId)Map<String,Value>getContext()intgetContextSize()Map<ManagementSrv.Create_args._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()ManagementSrv.Create_args._Fields[]getFields()ObjectgetFieldValue(ManagementSrv.Create_args._Fields field)IdentityParamsgetParams()inthashCode()booleanisSet(ManagementSrv.Create_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetContext()Returns true if field context is set (has been assigned a value) and false otherwisebooleanisSetParams()Returns true if field params is set (has been assigned a value) and false otherwisevoidputToContext(String key, Value val)voidread(org.apache.thrift.protocol.TProtocol iprot)ManagementSrv.Create_argssetContext(Map<String,Value> context)voidsetContextIsSet(boolean value)voidsetFieldValue(ManagementSrv.Create_args._Fields field, Object value)ManagementSrv.Create_argssetParams(IdentityParams params)voidsetParamsIsSet(boolean value)StringtoString()voidunsetContext()voidunsetParams()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
params
-
context
-
metaDataMap
public static final Map<ManagementSrv.Create_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
Create_args
public Create_args() -
Create_args
-
Create_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
getParams
-
setParams
-
unsetParams
public void unsetParams() -
isSetParams
public boolean isSetParams()Returns true if field params is set (has been assigned a value) and false otherwise -
setParamsIsSet
public void setParamsIsSet(boolean value) -
getContextSize
public int getContextSize() -
putToContext
-
getContext
-
setContext
-
unsetContext
public void unsetContext() -
isSetContext
public boolean isSetContext()Returns true if field context is set (has been assigned a value) and false otherwise -
setContextIsSet
public void setContextIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_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<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ManagementSrv.Create_args>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_args._Fields>
-
getFieldMetaData
public Map<ManagementSrv.Create_args._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<ManagementSrv.Create_args,ManagementSrv.Create_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
-