Class PaymentInfo

java.lang.Object
dev.vality.damsel.proxy_provider.PaymentInfo
All Implemented Interfaces:
Serializable, Cloneable, Comparable<PaymentInfo>, org.apache.thrift.TBase<PaymentInfo,PaymentInfo._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class PaymentInfo extends Object implements org.apache.thrift.TBase<PaymentInfo,PaymentInfo._Fields>, Serializable, Cloneable, Comparable<PaymentInfo>
Данные платежа, необходимые для обращения к провайдеру.
See Also:
  • Field Details

  • Constructor Details

    • PaymentInfo

      public PaymentInfo()
    • PaymentInfo

      public PaymentInfo(Shop shop, Invoice invoice, InvoicePayment payment)
    • PaymentInfo

      public PaymentInfo(PaymentInfo other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

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

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

      public Shop getShop()
    • setShop

      public PaymentInfo setShop(Shop shop)
    • unsetShop

      public void unsetShop()
    • isSetShop

      public boolean isSetShop()
      Returns true if field shop is set (has been assigned a value) and false otherwise
    • setShopIsSet

      public void setShopIsSet(boolean value)
    • getInvoice

      public Invoice getInvoice()
    • setInvoice

      public PaymentInfo setInvoice(Invoice invoice)
    • unsetInvoice

      public void unsetInvoice()
    • isSetInvoice

      public boolean isSetInvoice()
      Returns true if field invoice is set (has been assigned a value) and false otherwise
    • setInvoiceIsSet

      public void setInvoiceIsSet(boolean value)
    • getPayment

      public InvoicePayment getPayment()
    • setPayment

      public PaymentInfo setPayment(InvoicePayment payment)
    • unsetPayment

      public void unsetPayment()
    • isSetPayment

      public boolean isSetPayment()
      Returns true if field payment is set (has been assigned a value) and false otherwise
    • setPaymentIsSet

      public void setPaymentIsSet(boolean value)
    • getRefund

      public InvoicePaymentRefund getRefund()
    • setRefund

      public PaymentInfo setRefund(InvoicePaymentRefund refund)
    • unsetRefund

      public void unsetRefund()
    • isSetRefund

      public boolean isSetRefund()
      Returns true if field refund is set (has been assigned a value) and false otherwise
    • setRefundIsSet

      public void setRefundIsSet(boolean value)
    • getCapture

      public InvoicePaymentCapture getCapture()
    • setCapture

      public PaymentInfo setCapture(InvoicePaymentCapture capture)
    • unsetCapture

      public void unsetCapture()
    • isSetCapture

      public boolean isSetCapture()
      Returns true if field capture is set (has been assigned a value) and false otherwise
    • setCaptureIsSet

      public void setCaptureIsSet(boolean value)
    • setFieldValue

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

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

      public boolean isSet(PaymentInfo._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<PaymentInfo,PaymentInfo._Fields>
    • equals

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

      public boolean equals(PaymentInfo that)
    • hashCode

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

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

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

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

      public Map<PaymentInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()
      Specified by:
      getFieldMetaData in interface org.apache.thrift.TBase<PaymentInfo,PaymentInfo._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