Class InvoicingSrv.GetPaymentRefund_args
java.lang.Object
dev.vality.damsel.payment_processing.InvoicingSrv.GetPaymentRefund_args
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InvoicingSrv.GetPaymentRefund_args>,org.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- InvoicingSrv
public static class InvoicingSrv.GetPaymentRefund_args extends Object implements org.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>, Serializable, Cloneable, Comparable<InvoicingSrv.GetPaymentRefund_args>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoicingSrv.GetPaymentRefund_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description Stringidstatic Map<InvoicingSrv.GetPaymentRefund_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpayment_idStringrefund_id -
Constructor Summary
Constructors Constructor Description GetPaymentRefund_args()GetPaymentRefund_args(InvoicingSrv.GetPaymentRefund_args other)Performs a deep copy on other.GetPaymentRefund_args(String id, String payment_id, String refund_id) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InvoicingSrv.GetPaymentRefund_args other)InvoicingSrv.GetPaymentRefund_argsdeepCopy()booleanequals(InvoicingSrv.GetPaymentRefund_args that)booleanequals(Object that)InvoicingSrv.GetPaymentRefund_args._FieldsfieldForId(int fieldId)Map<InvoicingSrv.GetPaymentRefund_args._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InvoicingSrv.GetPaymentRefund_args._Fields[]getFields()ObjectgetFieldValue(InvoicingSrv.GetPaymentRefund_args._Fields field)StringgetId()StringgetPaymentId()StringgetRefundId()inthashCode()booleanisSet(InvoicingSrv.GetPaymentRefund_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetPaymentId()Returns true if field payment_id is set (has been assigned a value) and false otherwisebooleanisSetRefundId()Returns true if field refund_id is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(InvoicingSrv.GetPaymentRefund_args._Fields field, Object value)InvoicingSrv.GetPaymentRefund_argssetId(String id)voidsetIdIsSet(boolean value)InvoicingSrv.GetPaymentRefund_argssetPaymentId(String payment_id)voidsetPaymentIdIsSet(boolean value)InvoicingSrv.GetPaymentRefund_argssetRefundId(String refund_id)voidsetRefundIdIsSet(boolean value)StringtoString()voidunsetId()voidunsetPaymentId()voidunsetRefundId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
id
-
payment_id
-
refund_id
-
metaDataMap
public static final Map<InvoicingSrv.GetPaymentRefund_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
GetPaymentRefund_args
public GetPaymentRefund_args() -
GetPaymentRefund_args
-
GetPaymentRefund_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._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) -
getPaymentId
-
setPaymentId
-
unsetPaymentId
public void unsetPaymentId() -
isSetPaymentId
public boolean isSetPaymentId()Returns true if field payment_id is set (has been assigned a value) and false otherwise -
setPaymentIdIsSet
public void setPaymentIdIsSet(boolean value) -
getRefundId
-
setRefundId
-
unsetRefundId
public void unsetRefundId() -
isSetRefundId
public boolean isSetRefundId()Returns true if field refund_id is set (has been assigned a value) and false otherwise -
setRefundIdIsSet
public void setRefundIdIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._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<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InvoicingSrv.GetPaymentRefund_args>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._Fields>
-
getFieldMetaData
public Map<InvoicingSrv.GetPaymentRefund_args._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InvoicingSrv.GetPaymentRefund_args,InvoicingSrv.GetPaymentRefund_args._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
-