Package dev.vality.fistful.deposit
Class Change
- All Implemented Interfaces:
Serializable,Comparable<Change>,org.apache.thrift.TBase<Change,Change._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-06-27")
public class Change
extends org.apache.thrift.TUnion<Change,Change._Fields>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChange._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<Change._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapFields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static Changeadjustment(AdjustmentChange value)protected voidcheckType(Change._Fields setField, Object value)intcompareTo(Change other)static Changecreated(CreatedChange value)ChangedeepCopy()protected Change._FieldsenumForId(short id)booleanequals(Change other)booleanequals(Object other)Change._FieldsfieldForId(int fieldId)AdjustmentChangegetAdjustment()CreatedChangegetCreated()protected org.apache.thrift.protocol.TFieldgetFieldDesc(Change._Fields setField)Map<Change._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()Change._Fields[]getFields()LimitCheckChangegetLimitCheck()RevertChangegetRevert()StatusChangegetStatusChanged()protected org.apache.thrift.protocol.TStructgetStructDesc()TransferChangegetTransfer()inthashCode()booleanisSetAdjustment()booleanisSetCreated()booleanisSetLimitCheck()booleanisSetRevert()booleanisSetStatusChanged()booleanisSetTransfer()static Changelimit_check(LimitCheckChange value)static Changerevert(RevertChange value)voidsetAdjustment(AdjustmentChange value)voidsetCreated(CreatedChange value)voidsetLimitCheck(LimitCheckChange value)voidsetRevert(RevertChange value)voidsetStatusChanged(StatusChange value)voidsetTransfer(TransferChange value)protected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field)protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)static Changestatus_changed(StatusChange value)static Changetransfer(TransferChange value)protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID)protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)Methods inherited from class org.apache.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
-
-
Constructor Details
-
Change
public Change() -
Change
-
Change
-
-
Method Details
-
deepCopy
-
created
-
status_changed
-
transfer
-
revert
-
adjustment
-
limit_check
-
checkType
- Specified by:
checkTypein classorg.apache.thrift.TUnion<Change,Change._Fields>- Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException- Specified by:
standardSchemeReadValuein classorg.apache.thrift.TUnion<Change,Change._Fields>- Throws:
org.apache.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
standardSchemeWriteValuein classorg.apache.thrift.TUnion<Change,Change._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException- Specified by:
tupleSchemeReadValuein classorg.apache.thrift.TUnion<Change,Change._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
tupleSchemeWriteValuein classorg.apache.thrift.TUnion<Change,Change._Fields>- Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<Change,Change._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<Change,Change._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<Change,Change._Fields>
-
getFields
-
getFieldMetaData
-
fieldForId
-
getCreated
-
setCreated
-
getStatusChanged
-
setStatusChanged
-
getTransfer
-
setTransfer
-
getRevert
-
setRevert
-
getAdjustment
-
setAdjustment
-
getLimitCheck
-
setLimitCheck
-
isSetCreated
public boolean isSetCreated() -
isSetStatusChanged
public boolean isSetStatusChanged() -
isSetTransfer
public boolean isSetTransfer() -
isSetRevert
public boolean isSetRevert() -
isSetAdjustment
public boolean isSetAdjustment() -
isSetLimitCheck
public boolean isSetLimitCheck() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-