Class PartyContactInfo

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

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

    • registration_email

      public String registration_email
    • manager_contact_emails

      public List<String> manager_contact_emails
    • metaDataMap

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

    • PartyContactInfo

      public PartyContactInfo()
    • PartyContactInfo

      public PartyContactInfo(String registration_email)
    • PartyContactInfo

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

    • deepCopy

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

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

      public String getRegistrationEmail()
    • setRegistrationEmail

      public PartyContactInfo setRegistrationEmail(String registration_email)
    • unsetRegistrationEmail

      public void unsetRegistrationEmail()
    • isSetRegistrationEmail

      public boolean isSetRegistrationEmail()
      Returns true if field registration_email is set (has been assigned a value) and false otherwise
    • setRegistrationEmailIsSet

      public void setRegistrationEmailIsSet(boolean value)
    • getManagerContactEmailsSize

      public int getManagerContactEmailsSize()
    • getManagerContactEmailsIterator

      public Iterator<String> getManagerContactEmailsIterator()
    • addToManagerContactEmails

      public void addToManagerContactEmails(String elem)
    • getManagerContactEmails

      public List<String> getManagerContactEmails()
    • setManagerContactEmails

      public PartyContactInfo setManagerContactEmails(List<String> manager_contact_emails)
    • unsetManagerContactEmails

      public void unsetManagerContactEmails()
    • isSetManagerContactEmails

      public boolean isSetManagerContactEmails()
      Returns true if field manager_contact_emails is set (has been assigned a value) and false otherwise
    • setManagerContactEmailsIsSet

      public void setManagerContactEmailsIsSet(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals(PartyContactInfo that)
    • hashCode

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

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

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

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

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