Package dev.vality.fistful.fistful_stat
Class StatIdentity
java.lang.Object
dev.vality.fistful.fistful_stat.StatIdentity
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<StatIdentity>,org.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-06-27")
public class StatIdentity
extends Object
implements org.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>, Serializable, Cloneable, Comparable<StatIdentity>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatIdentity._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description Stringcreated_atStringeffective_challengeStringexternal_idStringidStringidentity_levelbooleanis_blockedstatic Map<StatIdentity._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnameStringprovider -
Constructor Summary
Constructors Constructor Description StatIdentity()StatIdentity(StatIdentity other)Performs a deep copy on other.StatIdentity(String id, String name, String provider) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(StatIdentity other)StatIdentitydeepCopy()booleanequals(StatIdentity that)booleanequals(Object that)StatIdentity._FieldsfieldForId(int fieldId)StringgetCreatedAt()StringgetEffectiveChallenge()StringgetExternalId()Map<StatIdentity._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()StatIdentity._Fields[]getFields()ObjectgetFieldValue(StatIdentity._Fields field)StringgetId()StringgetIdentityLevel()StringgetName()StringgetProvider()inthashCode()booleanisIsBlocked()booleanisSet(StatIdentity._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCreatedAt()Returns true if field created_at is set (has been assigned a value) and false otherwisebooleanisSetEffectiveChallenge()Returns true if field effective_challenge is set (has been assigned a value) and false otherwisebooleanisSetExternalId()Returns true if field external_id is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetIdentityLevel()Returns true if field identity_level is set (has been assigned a value) and false otherwisebooleanisSetIsBlocked()Returns true if field is_blocked is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisebooleanisSetProvider()Returns true if field provider is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)StatIdentitysetCreatedAt(String created_at)voidsetCreatedAtIsSet(boolean value)StatIdentitysetEffectiveChallenge(String effective_challenge)voidsetEffectiveChallengeIsSet(boolean value)StatIdentitysetExternalId(String external_id)voidsetExternalIdIsSet(boolean value)voidsetFieldValue(StatIdentity._Fields field, Object value)StatIdentitysetId(String id)StatIdentitysetIdentityLevel(String identity_level)voidsetIdentityLevelIsSet(boolean value)voidsetIdIsSet(boolean value)StatIdentitysetIsBlocked(boolean is_blocked)voidsetIsBlockedIsSet(boolean value)StatIdentitysetName(String name)voidsetNameIsSet(boolean value)StatIdentitysetProvider(String provider)voidsetProviderIsSet(boolean value)StringtoString()voidunsetCreatedAt()voidunsetEffectiveChallenge()voidunsetExternalId()voidunsetId()voidunsetIdentityLevel()voidunsetIsBlocked()voidunsetName()voidunsetProvider()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
id
-
name
-
created_at
-
provider
-
identity_level
-
effective_challenge
-
is_blocked
public boolean is_blocked -
external_id
-
metaDataMap
public static final Map<StatIdentity._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
StatIdentity
public StatIdentity() -
StatIdentity
-
StatIdentity
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>
-
getId
-
setId
-
unsetId
public void unsetId() -
isSetId
public boolean isSetId()Returns true if field id is set (has been assigned a value) and false otherwise -
setIdIsSet
public void setIdIsSet(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) -
getCreatedAt
-
setCreatedAt
-
unsetCreatedAt
public void unsetCreatedAt() -
isSetCreatedAt
public boolean isSetCreatedAt()Returns true if field created_at is set (has been assigned a value) and false otherwise -
setCreatedAtIsSet
public void setCreatedAtIsSet(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) -
getIdentityLevel
-
setIdentityLevel
-
unsetIdentityLevel
public void unsetIdentityLevel() -
isSetIdentityLevel
public boolean isSetIdentityLevel()Returns true if field identity_level is set (has been assigned a value) and false otherwise -
setIdentityLevelIsSet
public void setIdentityLevelIsSet(boolean value) -
getEffectiveChallenge
-
setEffectiveChallenge
-
unsetEffectiveChallenge
public void unsetEffectiveChallenge() -
isSetEffectiveChallenge
public boolean isSetEffectiveChallenge()Returns true if field effective_challenge is set (has been assigned a value) and false otherwise -
setEffectiveChallengeIsSet
public void setEffectiveChallengeIsSet(boolean value) -
isIsBlocked
public boolean isIsBlocked() -
setIsBlocked
-
unsetIsBlocked
public void unsetIsBlocked() -
isSetIsBlocked
public boolean isSetIsBlocked()Returns true if field is_blocked is set (has been assigned a value) and false otherwise -
setIsBlockedIsSet
public void setIsBlockedIsSet(boolean value) -
getExternalId
-
setExternalId
-
unsetExternalId
public void unsetExternalId() -
isSetExternalId
public boolean isSetExternalId()Returns true if field external_id is set (has been assigned a value) and false otherwise -
setExternalIdIsSet
public void setExternalIdIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._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<StatIdentity,StatIdentity._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<StatIdentity>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<StatIdentity,StatIdentity._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
-