Package dev.vality.fistful.fistful_stat
Class StatWallet
java.lang.Object
dev.vality.fistful.fistful_stat.StatWallet
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<StatWallet>,org.apache.thrift.TBase<StatWallet,StatWallet._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-06-27")
public class StatWallet
extends Object
implements org.apache.thrift.TBase<StatWallet,StatWallet._Fields>, Serializable, Cloneable, Comparable<StatWallet>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatWallet._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_atStringcurrency_symbolic_codeStringidStringidentity_idstatic Map<StatWallet._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringname -
Constructor Summary
Constructors Constructor Description StatWallet()StatWallet(StatWallet other)Performs a deep copy on other.StatWallet(String id, String identity_id) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(StatWallet other)StatWalletdeepCopy()booleanequals(StatWallet that)booleanequals(Object that)StatWallet._FieldsfieldForId(int fieldId)StringgetCreatedAt()StringgetCurrencySymbolicCode()Map<StatWallet._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()StatWallet._Fields[]getFields()ObjectgetFieldValue(StatWallet._Fields field)StringgetId()StringgetIdentityId()StringgetName()inthashCode()booleanisSet(StatWallet._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 otherwisebooleanisSetCurrencySymbolicCode()Returns true if field currency_symbolic_code is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetIdentityId()Returns true if field identity_id is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)StatWalletsetCreatedAt(String created_at)voidsetCreatedAtIsSet(boolean value)StatWalletsetCurrencySymbolicCode(String currency_symbolic_code)voidsetCurrencySymbolicCodeIsSet(boolean value)voidsetFieldValue(StatWallet._Fields field, Object value)StatWalletsetId(String id)StatWalletsetIdentityId(String identity_id)voidsetIdentityIdIsSet(boolean value)voidsetIdIsSet(boolean value)StatWalletsetName(String name)voidsetNameIsSet(boolean value)StringtoString()voidunsetCreatedAt()voidunsetCurrencySymbolicCode()voidunsetId()voidunsetIdentityId()voidunsetName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
id
-
identity_id
-
created_at
-
name
-
currency_symbolic_code
-
metaDataMap
-
-
Constructor Details
-
StatWallet
public StatWallet() -
StatWallet
-
StatWallet
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._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) -
getIdentityId
-
setIdentityId
-
unsetIdentityId
public void unsetIdentityId() -
isSetIdentityId
public boolean isSetIdentityId()Returns true if field identity_id is set (has been assigned a value) and false otherwise -
setIdentityIdIsSet
public void setIdentityIdIsSet(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) -
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) -
getCurrencySymbolicCode
-
setCurrencySymbolicCode
-
unsetCurrencySymbolicCode
public void unsetCurrencySymbolicCode() -
isSetCurrencySymbolicCode
public boolean isSetCurrencySymbolicCode()Returns true if field currency_symbolic_code is set (has been assigned a value) and false otherwise -
setCurrencySymbolicCodeIsSet
public void setCurrencySymbolicCodeIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._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<StatWallet,StatWallet._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<StatWallet>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<StatWallet,StatWallet._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
-