Class InvoicePaymentChargebackReopenParams
java.lang.Object
dev.vality.damsel.payment_processing.InvoicePaymentChargebackReopenParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InvoicePaymentChargebackReopenParams>,org.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InvoicePaymentChargebackReopenParams
extends Object
implements org.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>, Serializable, Cloneable, Comparable<InvoicePaymentChargebackReopenParams>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoicePaymentChargebackReopenParams._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description CashbodyСумма возврата.CashlevyСумма списания.static Map<InvoicePaymentChargebackReopenParams._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapInvoicePaymentChargebackStagemove_to_stageВозможность переместить стадиюStringoccurred_atФактическое время опротестования -
Constructor Summary
Constructors Constructor Description InvoicePaymentChargebackReopenParams()InvoicePaymentChargebackReopenParams(InvoicePaymentChargebackReopenParams other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InvoicePaymentChargebackReopenParams other)InvoicePaymentChargebackReopenParamsdeepCopy()booleanequals(InvoicePaymentChargebackReopenParams that)booleanequals(Object that)InvoicePaymentChargebackReopenParams._FieldsfieldForId(int fieldId)CashgetBody()Сумма возврата.Map<InvoicePaymentChargebackReopenParams._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InvoicePaymentChargebackReopenParams._Fields[]getFields()ObjectgetFieldValue(InvoicePaymentChargebackReopenParams._Fields field)CashgetLevy()Сумма списания.InvoicePaymentChargebackStagegetMoveToStage()Возможность переместить стадиюStringgetOccurredAt()Фактическое время опротестованияinthashCode()booleanisSet(InvoicePaymentChargebackReopenParams._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetBody()Returns true if field body is set (has been assigned a value) and false otherwisebooleanisSetLevy()Returns true if field levy is set (has been assigned a value) and false otherwisebooleanisSetMoveToStage()Returns true if field move_to_stage is set (has been assigned a value) and false otherwisebooleanisSetOccurredAt()Returns true if field occurred_at is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)InvoicePaymentChargebackReopenParamssetBody(Cash body)Сумма возврата.voidsetBodyIsSet(boolean value)voidsetFieldValue(InvoicePaymentChargebackReopenParams._Fields field, Object value)InvoicePaymentChargebackReopenParamssetLevy(Cash levy)Сумма списания.voidsetLevyIsSet(boolean value)InvoicePaymentChargebackReopenParamssetMoveToStage(InvoicePaymentChargebackStage move_to_stage)Возможность переместить стадиюvoidsetMoveToStageIsSet(boolean value)InvoicePaymentChargebackReopenParamssetOccurredAt(String occurred_at)Фактическое время опротестованияvoidsetOccurredAtIsSet(boolean value)StringtoString()voidunsetBody()voidunsetLevy()voidunsetMoveToStage()voidunsetOccurredAt()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
body
Сумма возврата. Если сумма не указана, то текущая сумма не меняется -
levy
Сумма списания. -
occurred_at
Фактическое время опротестования -
move_to_stage
Возможность переместить стадию -
metaDataMap
public static final Map<InvoicePaymentChargebackReopenParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InvoicePaymentChargebackReopenParams
public InvoicePaymentChargebackReopenParams() -
InvoicePaymentChargebackReopenParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
getBody
Сумма возврата. Если сумма не указана, то текущая сумма не меняется -
setBody
Сумма возврата. Если сумма не указана, то текущая сумма не меняется -
unsetBody
public void unsetBody() -
isSetBody
public boolean isSetBody()Returns true if field body is set (has been assigned a value) and false otherwise -
setBodyIsSet
public void setBodyIsSet(boolean value) -
getLevy
Сумма списания. -
setLevy
Сумма списания. -
unsetLevy
public void unsetLevy() -
isSetLevy
public boolean isSetLevy()Returns true if field levy is set (has been assigned a value) and false otherwise -
setLevyIsSet
public void setLevyIsSet(boolean value) -
getOccurredAt
Фактическое время опротестования -
setOccurredAt
Фактическое время опротестования -
unsetOccurredAt
public void unsetOccurredAt() -
isSetOccurredAt
public boolean isSetOccurredAt()Returns true if field occurred_at is set (has been assigned a value) and false otherwise -
setOccurredAtIsSet
public void setOccurredAtIsSet(boolean value) -
getMoveToStage
Возможность переместить стадию -
setMoveToStage
public InvoicePaymentChargebackReopenParams setMoveToStage(InvoicePaymentChargebackStage move_to_stage)Возможность переместить стадию -
unsetMoveToStage
public void unsetMoveToStage() -
isSetMoveToStage
public boolean isSetMoveToStage()Returns true if field move_to_stage is set (has been assigned a value) and false otherwise -
setMoveToStageIsSet
public void setMoveToStageIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._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<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InvoicePaymentChargebackReopenParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._Fields>
-
getFieldMetaData
public Map<InvoicePaymentChargebackReopenParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackReopenParams,InvoicePaymentChargebackReopenParams._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
-