Class CashFlowChangePlan
java.lang.Object
dev.vality.fistful.w2w_transfer.adjustment.CashFlowChangePlan
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<CashFlowChangePlan>,org.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-06-27")
public class CashFlowChangePlan
extends Object
implements org.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>, Serializable, Cloneable, Comparable<CashFlowChangePlan>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCashFlowChangePlan._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<CashFlowChangePlan._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapFinalCashFlownew_cash_flowFinalCashFlowold_cash_flow_inverted -
Constructor Summary
Constructors Constructor Description CashFlowChangePlan()CashFlowChangePlan(FinalCashFlow old_cash_flow_inverted, FinalCashFlow new_cash_flow)CashFlowChangePlan(CashFlowChangePlan other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(CashFlowChangePlan other)CashFlowChangePlandeepCopy()booleanequals(CashFlowChangePlan that)booleanequals(Object that)CashFlowChangePlan._FieldsfieldForId(int fieldId)Map<CashFlowChangePlan._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()CashFlowChangePlan._Fields[]getFields()ObjectgetFieldValue(CashFlowChangePlan._Fields field)FinalCashFlowgetNewCashFlow()FinalCashFlowgetOldCashFlowInverted()inthashCode()booleanisSet(CashFlowChangePlan._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetNewCashFlow()Returns true if field new_cash_flow is set (has been assigned a value) and false otherwisebooleanisSetOldCashFlowInverted()Returns true if field old_cash_flow_inverted is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(CashFlowChangePlan._Fields field, Object value)CashFlowChangePlansetNewCashFlow(FinalCashFlow new_cash_flow)voidsetNewCashFlowIsSet(boolean value)CashFlowChangePlansetOldCashFlowInverted(FinalCashFlow old_cash_flow_inverted)voidsetOldCashFlowInvertedIsSet(boolean value)StringtoString()voidunsetNewCashFlow()voidunsetOldCashFlowInverted()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
old_cash_flow_inverted
-
new_cash_flow
-
metaDataMap
public static final Map<CashFlowChangePlan._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
CashFlowChangePlan
public CashFlowChangePlan() -
CashFlowChangePlan
-
CashFlowChangePlan
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
getOldCashFlowInverted
-
setOldCashFlowInverted
-
unsetOldCashFlowInverted
public void unsetOldCashFlowInverted() -
isSetOldCashFlowInverted
public boolean isSetOldCashFlowInverted()Returns true if field old_cash_flow_inverted is set (has been assigned a value) and false otherwise -
setOldCashFlowInvertedIsSet
public void setOldCashFlowInvertedIsSet(boolean value) -
getNewCashFlow
-
setNewCashFlow
-
unsetNewCashFlow
public void unsetNewCashFlow() -
isSetNewCashFlow
public boolean isSetNewCashFlow()Returns true if field new_cash_flow is set (has been assigned a value) and false otherwise -
setNewCashFlowIsSet
public void setNewCashFlowIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._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<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<CashFlowChangePlan>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._Fields>
-
getFieldMetaData
public Map<CashFlowChangePlan._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<CashFlowChangePlan,CashFlowChangePlan._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
-