Class Withdrawal

java.lang.Object
dev.vality.fistful.withdrawal.Withdrawal
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Withdrawal>, org.apache.thrift.TBase<Withdrawal,​Withdrawal._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
           date="2022-06-27")
public class Withdrawal
extends Object
implements org.apache.thrift.TBase<Withdrawal,​Withdrawal._Fields>, Serializable, Cloneable, Comparable<Withdrawal>
See Also:
Serialized Form
  • Field Details

    • id

      public String id
    • wallet_id

      public String wallet_id
    • destination_id

      public String destination_id
    • body

      public Cash body
    • external_id

      public String external_id
    • created_at

      public String created_at
    • domain_revision

      public long domain_revision
    • party_revision

      public long party_revision
    • route

      public Route route
    • metadata

      public Map<String,​Value> metadata
    • quote

      public QuoteState quote
    • metaDataMap

      public static final Map<Withdrawal._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • Withdrawal

      public Withdrawal()
    • Withdrawal

      public Withdrawal​(String wallet_id, String destination_id, Cash body)
    • Withdrawal

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

    • deepCopy

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

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

      public String getId()
    • setId

      public Withdrawal 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)
    • getWalletId

      public String getWalletId()
    • setWalletId

      public Withdrawal 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)
    • getDestinationId

      public String getDestinationId()
    • setDestinationId

      public Withdrawal setDestinationId​(String destination_id)
    • unsetDestinationId

      public void unsetDestinationId()
    • isSetDestinationId

      public boolean isSetDestinationId()
      Returns true if field destination_id is set (has been assigned a value) and false otherwise
    • setDestinationIdIsSet

      public void setDestinationIdIsSet​(boolean value)
    • getBody

      public Cash getBody()
    • setBody

      public Withdrawal setBody​(Cash body)
    • unsetBody

      public void unsetBody()
    • isSetBody

      public boolean isSetBody()
      Returns true if field body is set (has been assigned a value) and false otherwise
    • setBodyIsSet

      public void setBodyIsSet​(boolean value)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public Withdrawal 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)
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public Withdrawal setCreatedAt​(String created_at)
    • unsetCreatedAt

      public void unsetCreatedAt()
    • isSetCreatedAt

      public boolean isSetCreatedAt()
      Returns true if field created_at is set (has been assigned a value) and false otherwise
    • setCreatedAtIsSet

      public void setCreatedAtIsSet​(boolean value)
    • getDomainRevision

      public long getDomainRevision()
    • setDomainRevision

      public Withdrawal setDomainRevision​(long domain_revision)
    • unsetDomainRevision

      public void unsetDomainRevision()
    • isSetDomainRevision

      public boolean isSetDomainRevision()
      Returns true if field domain_revision is set (has been assigned a value) and false otherwise
    • setDomainRevisionIsSet

      public void setDomainRevisionIsSet​(boolean value)
    • getPartyRevision

      public long getPartyRevision()
    • setPartyRevision

      public Withdrawal setPartyRevision​(long party_revision)
    • unsetPartyRevision

      public void unsetPartyRevision()
    • isSetPartyRevision

      public boolean isSetPartyRevision()
      Returns true if field party_revision is set (has been assigned a value) and false otherwise
    • setPartyRevisionIsSet

      public void setPartyRevisionIsSet​(boolean value)
    • getRoute

      public Route getRoute()
    • setRoute

      public Withdrawal setRoute​(Route route)
    • unsetRoute

      public void unsetRoute()
    • isSetRoute

      public boolean isSetRoute()
      Returns true if field route is set (has been assigned a value) and false otherwise
    • setRouteIsSet

      public void setRouteIsSet​(boolean value)
    • getMetadataSize

      public int getMetadataSize()
    • putToMetadata

      public void putToMetadata​(String key, Value val)
    • getMetadata

      public Map<String,​Value> getMetadata()
    • setMetadata

      public Withdrawal setMetadata​(Map<String,​Value> metadata)
    • unsetMetadata

      public void unsetMetadata()
    • isSetMetadata

      public boolean isSetMetadata()
      Returns true if field metadata is set (has been assigned a value) and false otherwise
    • setMetadataIsSet

      public void setMetadataIsSet​(boolean value)
    • getQuote

      public QuoteState getQuote()
    • setQuote

      public Withdrawal setQuote​(QuoteState quote)
    • unsetQuote

      public void unsetQuote()
    • isSetQuote

      public boolean isSetQuote()
      Returns true if field quote is set (has been assigned a value) and false otherwise
    • setQuoteIsSet

      public void setQuoteIsSet​(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals​(Withdrawal that)
    • hashCode

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

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

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

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

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