Class InvoicePaymentParams
java.lang.Object
dev.vality.damsel.payment_processing.InvoicePaymentParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InvoicePaymentParams>,org.apache.thrift.TBase<InvoicePaymentParams,,InvoicePaymentParams._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class InvoicePaymentParams
extends Object
implements org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>, Serializable, Cloneable, Comparable<InvoicePaymentParams>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final Map<InvoicePaymentParams._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other.InvoicePaymentParams(PayerParams payer, InvoicePaymentParamsFlow flow) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(InvoicePaymentParams other) deepCopy()booleanequals(InvoicePaymentParams that) booleanfieldForId(int fieldId) Map<InvoicePaymentParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFlow()getId()getPayer()inthashCode()booleanbooleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field context is set (has been assigned a value) and false otherwisebooleanReturns true if field external_id is set (has been assigned a value) and false otherwisebooleanReturns true if field flow is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanReturns true if field make_recurrent is set (has been assigned a value) and false otherwisebooleanReturns true if field payer is set (has been assigned a value) and false otherwisebooleanReturns true if field payer_session_info is set (has been assigned a value) and false otherwisebooleanReturns true if field processing_deadline is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setContext(Content context) voidsetContextIsSet(boolean value) setExternalId(String external_id) voidsetExternalIdIsSet(boolean value) voidsetFieldValue(InvoicePaymentParams._Fields field, Object value) voidsetFlowIsSet(boolean value) voidsetIdIsSet(boolean value) setMakeRecurrent(boolean make_recurrent) voidsetMakeRecurrentIsSet(boolean value) setPayer(PayerParams payer) voidsetPayerIsSet(boolean value) setPayerSessionInfo(PayerSessionInfo payer_session_info) voidsetPayerSessionInfoIsSet(boolean value) setProcessingDeadline(String processing_deadline) voidsetProcessingDeadlineIsSet(boolean value) toString()voidvoidvoidvoidunsetId()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
payer
-
payer_session_info
-
flow
-
make_recurrent
public boolean make_recurrent -
id
-
external_id
-
context
-
processing_deadline
-
metaDataMap
public static final Map<InvoicePaymentParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InvoicePaymentParams
public InvoicePaymentParams() -
InvoicePaymentParams
-
InvoicePaymentParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
getPayer
-
setPayer
-
unsetPayer
public void unsetPayer() -
isSetPayer
public boolean isSetPayer()Returns true if field payer is set (has been assigned a value) and false otherwise -
setPayerIsSet
public void setPayerIsSet(boolean value) -
getPayerSessionInfo
-
setPayerSessionInfo
-
unsetPayerSessionInfo
public void unsetPayerSessionInfo() -
isSetPayerSessionInfo
public boolean isSetPayerSessionInfo()Returns true if field payer_session_info is set (has been assigned a value) and false otherwise -
setPayerSessionInfoIsSet
public void setPayerSessionInfoIsSet(boolean value) -
getFlow
-
setFlow
-
unsetFlow
public void unsetFlow() -
isSetFlow
public boolean isSetFlow()Returns true if field flow is set (has been assigned a value) and false otherwise -
setFlowIsSet
public void setFlowIsSet(boolean value) -
isMakeRecurrent
public boolean isMakeRecurrent() -
setMakeRecurrent
-
unsetMakeRecurrent
public void unsetMakeRecurrent() -
isSetMakeRecurrent
public boolean isSetMakeRecurrent()Returns true if field make_recurrent is set (has been assigned a value) and false otherwise -
setMakeRecurrentIsSet
public void setMakeRecurrentIsSet(boolean value) -
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) -
getExternalId
-
setExternalId
-
unsetExternalId
public void unsetExternalId() -
isSetExternalId
public boolean isSetExternalId()Returns true if field external_id is set (has been assigned a value) and false otherwise -
setExternalIdIsSet
public void setExternalIdIsSet(boolean value) -
getContext
-
setContext
-
unsetContext
public void unsetContext() -
isSetContext
public boolean isSetContext()Returns true if field context is set (has been assigned a value) and false otherwise -
setContextIsSet
public void setContextIsSet(boolean value) -
getProcessingDeadline
-
setProcessingDeadline
-
unsetProcessingDeadline
public void unsetProcessingDeadline() -
isSetProcessingDeadline
public boolean isSetProcessingDeadline()Returns true if field processing_deadline is set (has been assigned a value) and false otherwise -
setProcessingDeadlineIsSet
public void setProcessingDeadlineIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._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<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InvoicePaymentParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
-
getFieldMetaData
public Map<InvoicePaymentParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._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
-