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:
  • Field Details

  • Constructor Details

  • Method Details

    • deepCopy

      public InvoicePaymentParams deepCopy()
      Specified by:
      deepCopy in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • getPayer

      public PayerParams getPayer()
    • setPayer

      public InvoicePaymentParams setPayer(PayerParams payer)
    • 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

      public PayerSessionInfo getPayerSessionInfo()
    • setPayerSessionInfo

      public InvoicePaymentParams setPayerSessionInfo(PayerSessionInfo payer_session_info)
    • 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

      public InvoicePaymentParamsFlow 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

      public InvoicePaymentParams setMakeRecurrent(boolean make_recurrent)
    • 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

      public String getId()
    • setId

      public InvoicePaymentParams setId(String id)
    • 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

      public String getExternalId()
    • setExternalId

      public InvoicePaymentParams setExternalId(String external_id)
    • 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

      public Content getContext()
    • setContext

      public InvoicePaymentParams setContext(Content context)
    • 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

      public String getProcessingDeadline()
    • setProcessingDeadline

      public InvoicePaymentParams setProcessingDeadline(String processing_deadline)
    • 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

      public void setFieldValue(InvoicePaymentParams._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • getFieldValue

      public Object getFieldValue(InvoicePaymentParams._Fields field)
      Specified by:
      getFieldValue in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • isSet

      public boolean isSet(InvoicePaymentParams._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(InvoicePaymentParams that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(InvoicePaymentParams other)
      Specified by:
      compareTo in interface Comparable<InvoicePaymentParams>
    • fieldForId

      public InvoicePaymentParams._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • getFields

      public InvoicePaymentParams._Fields[] getFields()
      Specified by:
      getFields in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • getFieldMetaData

      public Map<InvoicePaymentParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()
      Specified by:
      getFieldMetaData in interface org.apache.thrift.TBase<InvoicePaymentParams,InvoicePaymentParams._Fields>
    • read

      public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
      Specified by:
      read in interface org.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:
      write in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException