Class WalletBlocking

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

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class WalletBlocking extends Object implements org.apache.thrift.TBase<WalletBlocking,WalletBlocking._Fields>, Serializable, Cloneable, Comparable<WalletBlocking>
See Also:
  • Field Details

  • Constructor Details

    • WalletBlocking

      public WalletBlocking()
    • WalletBlocking

      public WalletBlocking(String wallet_id, Blocking blocking)
    • WalletBlocking

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

    • deepCopy

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

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

      public String getWalletId()
    • setWalletId

      public WalletBlocking setWalletId(String wallet_id)
    • unsetWalletId

      public void unsetWalletId()
    • isSetWalletId

      public boolean isSetWalletId()
      Returns true if field wallet_id is set (has been assigned a value) and false otherwise
    • setWalletIdIsSet

      public void setWalletIdIsSet(boolean value)
    • getBlocking

      public Blocking getBlocking()
    • setBlocking

      public WalletBlocking setBlocking(Blocking blocking)
    • unsetBlocking

      public void unsetBlocking()
    • isSetBlocking

      public boolean isSetBlocking()
      Returns true if field blocking is set (has been assigned a value) and false otherwise
    • setBlockingIsSet

      public void setBlockingIsSet(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals(WalletBlocking that)
    • hashCode

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

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

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

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

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