Class InvoicePaymentChargebackRejectParams
java.lang.Object
dev.vality.damsel.payment_processing.InvoicePaymentChargebackRejectParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InvoicePaymentChargebackRejectParams>,org.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InvoicePaymentChargebackRejectParams
extends Object
implements org.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>, Serializable, Cloneable, Comparable<InvoicePaymentChargebackRejectParams>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoicePaymentChargebackRejectParams._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description CashlevyСумма списания.static Map<InvoicePaymentChargebackRejectParams._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringoccurred_atФактическое время отклонения -
Constructor Summary
Constructors Constructor Description InvoicePaymentChargebackRejectParams()InvoicePaymentChargebackRejectParams(InvoicePaymentChargebackRejectParams other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InvoicePaymentChargebackRejectParams other)InvoicePaymentChargebackRejectParamsdeepCopy()booleanequals(InvoicePaymentChargebackRejectParams that)booleanequals(Object that)InvoicePaymentChargebackRejectParams._FieldsfieldForId(int fieldId)Map<InvoicePaymentChargebackRejectParams._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InvoicePaymentChargebackRejectParams._Fields[]getFields()ObjectgetFieldValue(InvoicePaymentChargebackRejectParams._Fields field)CashgetLevy()Сумма списания.StringgetOccurredAt()Фактическое время отклоненияinthashCode()booleanisSet(InvoicePaymentChargebackRejectParams._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetLevy()Returns true if field levy 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)voidsetFieldValue(InvoicePaymentChargebackRejectParams._Fields field, Object value)InvoicePaymentChargebackRejectParamssetLevy(Cash levy)Сумма списания.voidsetLevyIsSet(boolean value)InvoicePaymentChargebackRejectParamssetOccurredAt(String occurred_at)Фактическое время отклоненияvoidsetOccurredAtIsSet(boolean value)StringtoString()voidunsetLevy()voidunsetOccurredAt()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
levy
Сумма списания. -
occurred_at
Фактическое время отклонения -
metaDataMap
public static final Map<InvoicePaymentChargebackRejectParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InvoicePaymentChargebackRejectParams
public InvoicePaymentChargebackRejectParams() -
InvoicePaymentChargebackRejectParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
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) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._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<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InvoicePaymentChargebackRejectParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._Fields>
-
getFieldMetaData
public Map<InvoicePaymentChargebackRejectParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InvoicePaymentChargebackRejectParams,InvoicePaymentChargebackRejectParams._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
-