Class ClaimUpdated

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

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

    • id

      public long id
    • changeset

      public List<PartyModification> changeset
    • revision

      public int revision
    • updated_at

      public String updated_at
    • metaDataMap

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

    • ClaimUpdated

      public ClaimUpdated()
    • ClaimUpdated

      public ClaimUpdated(long id, List<PartyModification> changeset, int revision, String updated_at)
    • ClaimUpdated

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

    • deepCopy

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

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

      public long getId()
    • setId

      public ClaimUpdated setId(long 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)
    • getChangesetSize

      public int getChangesetSize()
    • getChangesetIterator

      public Iterator<PartyModification> getChangesetIterator()
    • addToChangeset

      public void addToChangeset(PartyModification elem)
    • getChangeset

      public List<PartyModification> getChangeset()
    • setChangeset

      public ClaimUpdated setChangeset(List<PartyModification> changeset)
    • unsetChangeset

      public void unsetChangeset()
    • isSetChangeset

      public boolean isSetChangeset()
      Returns true if field changeset is set (has been assigned a value) and false otherwise
    • setChangesetIsSet

      public void setChangesetIsSet(boolean value)
    • getRevision

      public int getRevision()
    • setRevision

      public ClaimUpdated setRevision(int revision)
    • unsetRevision

      public void unsetRevision()
    • isSetRevision

      public boolean isSetRevision()
      Returns true if field revision is set (has been assigned a value) and false otherwise
    • setRevisionIsSet

      public void setRevisionIsSet(boolean value)
    • getUpdatedAt

      public String getUpdatedAt()
    • setUpdatedAt

      public ClaimUpdated setUpdatedAt(String updated_at)
    • unsetUpdatedAt

      public void unsetUpdatedAt()
    • isSetUpdatedAt

      public boolean isSetUpdatedAt()
      Returns true if field updated_at is set (has been assigned a value) and false otherwise
    • setUpdatedAtIsSet

      public void setUpdatedAtIsSet(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals(ClaimUpdated that)
    • hashCode

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

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

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

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

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