Class StatDepositAdjustment

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

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

  • Constructor Details

  • Method Details

    • deepCopy

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

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

      public String getId()
    • setId

      public StatDepositAdjustment 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)
    • getStatus

      public DepositAdjustmentStatus getStatus()
    • setStatus

      public StatDepositAdjustment setStatus​(DepositAdjustmentStatus status)
    • unsetStatus

      public void unsetStatus()
    • isSetStatus

      public boolean isSetStatus()
      Returns true if field status is set (has been assigned a value) and false otherwise
    • setStatusIsSet

      public void setStatusIsSet​(boolean value)
    • getChangesPlan

      public DepositAdjustmentChangesPlan getChangesPlan()
    • setChangesPlan

      public StatDepositAdjustment setChangesPlan​(DepositAdjustmentChangesPlan changes_plan)
    • unsetChangesPlan

      public void unsetChangesPlan()
    • isSetChangesPlan

      public boolean isSetChangesPlan()
      Returns true if field changes_plan is set (has been assigned a value) and false otherwise
    • setChangesPlanIsSet

      public void setChangesPlanIsSet​(boolean value)
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public StatDepositAdjustment 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 StatDepositAdjustment 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 StatDepositAdjustment 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)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public StatDepositAdjustment 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)
    • getOperationTimestamp

      public String getOperationTimestamp()
    • setOperationTimestamp

      public StatDepositAdjustment setOperationTimestamp​(String operation_timestamp)
    • unsetOperationTimestamp

      public void unsetOperationTimestamp()
    • isSetOperationTimestamp

      public boolean isSetOperationTimestamp()
      Returns true if field operation_timestamp is set (has been assigned a value) and false otherwise
    • setOperationTimestampIsSet

      public void setOperationTimestampIsSet​(boolean value)
    • getDepositId

      public String getDepositId()
    • setDepositId

      public StatDepositAdjustment setDepositId​(String deposit_id)
    • unsetDepositId

      public void unsetDepositId()
    • isSetDepositId

      public boolean isSetDepositId()
      Returns true if field deposit_id is set (has been assigned a value) and false otherwise
    • setDepositIdIsSet

      public void setDepositIdIsSet​(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals​(StatDepositAdjustment that)
    • hashCode

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

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

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

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

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