Class IdentityParams
java.lang.Object
dev.vality.damsel.claim_management.IdentityParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<IdentityParams>,org.apache.thrift.TBase<IdentityParams,,IdentityParams._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class IdentityParams
extends Object
implements org.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>, Serializable, Cloneable, Comparable<IdentityParams>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentityParams(IdentityParams other) Performs a deep copy on other.IdentityParams(String party_id, String name, String provider) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(IdentityParams other) deepCopy()booleanequals(IdentityParams that) booleanfieldForId(int fieldId) Map<IdentityParams._Fields,org.apache.thrift.meta_data.FieldMetaData> intgetName()inthashCode()booleanisSet(IdentityParams._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field metadata is set (has been assigned a value) and false otherwisebooleanReturns true if field name is set (has been assigned a value) and false otherwisebooleanReturns true if field party_id is set (has been assigned a value) and false otherwisebooleanReturns true if field provider is set (has been assigned a value) and false otherwisevoidputToMetadata(String key, Value val) voidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(IdentityParams._Fields field, Object value) setMetadata(Map<String, Value> metadata) voidsetMetadataIsSet(boolean value) voidsetNameIsSet(boolean value) setPartyId(String party_id) voidsetPartyIdIsSet(boolean value) setProvider(String provider) voidsetProviderIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
party_id
-
name
-
provider
-
metadata
-
metaDataMap
public static final Map<IdentityParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
IdentityParams
public IdentityParams() -
IdentityParams
-
IdentityParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>
-
getPartyId
-
setPartyId
-
unsetPartyId
public void unsetPartyId() -
isSetPartyId
public boolean isSetPartyId()Returns true if field party_id is set (has been assigned a value) and false otherwise -
setPartyIdIsSet
public void setPartyIdIsSet(boolean value) -
getName
-
setName
-
unsetName
public void unsetName() -
isSetName
public boolean isSetName()Returns true if field name is set (has been assigned a value) and false otherwise -
setNameIsSet
public void setNameIsSet(boolean value) -
getProvider
-
setProvider
-
unsetProvider
public void unsetProvider() -
isSetProvider
public boolean isSetProvider()Returns true if field provider is set (has been assigned a value) and false otherwise -
setProviderIsSet
public void setProviderIsSet(boolean value) -
getMetadataSize
public int getMetadataSize() -
putToMetadata
-
getMetadata
-
setMetadata
-
unsetMetadata
public void unsetMetadata() -
isSetMetadata
public boolean isSetMetadata()Returns true if field metadata is set (has been assigned a value) and false otherwise -
setMetadataIsSet
public void setMetadataIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._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<IdentityParams,IdentityParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<IdentityParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<IdentityParams,IdentityParams._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
-