Class RussianLegalEntity

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

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class RussianLegalEntity extends Object implements org.apache.thrift.TBase<RussianLegalEntity,RussianLegalEntity._Fields>, Serializable, Cloneable, Comparable<RussianLegalEntity>
Юридическое лицо-резидент РФ
See Also:
  • Field Details

    • registered_name

      public String registered_name
    • registered_number

      public String registered_number
    • inn

      public String inn
    • actual_address

      public String actual_address
    • post_address

      public String post_address
    • representative_position

      public String representative_position
    • representative_full_name

      public String representative_full_name
    • representative_document

      public String representative_document
    • russian_bank_account

      public RussianBankAccount russian_bank_account
    • metaDataMap

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

    • RussianLegalEntity

      public RussianLegalEntity()
    • RussianLegalEntity

      public RussianLegalEntity(String registered_name, String registered_number, String inn, String actual_address, String post_address, String representative_position, String representative_full_name, String representative_document, RussianBankAccount russian_bank_account)
    • RussianLegalEntity

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

    • deepCopy

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

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

      public String getRegisteredName()
    • setRegisteredName

      public RussianLegalEntity setRegisteredName(String registered_name)
    • unsetRegisteredName

      public void unsetRegisteredName()
    • isSetRegisteredName

      public boolean isSetRegisteredName()
      Returns true if field registered_name is set (has been assigned a value) and false otherwise
    • setRegisteredNameIsSet

      public void setRegisteredNameIsSet(boolean value)
    • getRegisteredNumber

      public String getRegisteredNumber()
    • setRegisteredNumber

      public RussianLegalEntity setRegisteredNumber(String registered_number)
    • unsetRegisteredNumber

      public void unsetRegisteredNumber()
    • isSetRegisteredNumber

      public boolean isSetRegisteredNumber()
      Returns true if field registered_number is set (has been assigned a value) and false otherwise
    • setRegisteredNumberIsSet

      public void setRegisteredNumberIsSet(boolean value)
    • getInn

      public String getInn()
    • setInn

      public RussianLegalEntity setInn(String inn)
    • unsetInn

      public void unsetInn()
    • isSetInn

      public boolean isSetInn()
      Returns true if field inn is set (has been assigned a value) and false otherwise
    • setInnIsSet

      public void setInnIsSet(boolean value)
    • getActualAddress

      public String getActualAddress()
    • setActualAddress

      public RussianLegalEntity setActualAddress(String actual_address)
    • unsetActualAddress

      public void unsetActualAddress()
    • isSetActualAddress

      public boolean isSetActualAddress()
      Returns true if field actual_address is set (has been assigned a value) and false otherwise
    • setActualAddressIsSet

      public void setActualAddressIsSet(boolean value)
    • getPostAddress

      public String getPostAddress()
    • setPostAddress

      public RussianLegalEntity setPostAddress(String post_address)
    • unsetPostAddress

      public void unsetPostAddress()
    • isSetPostAddress

      public boolean isSetPostAddress()
      Returns true if field post_address is set (has been assigned a value) and false otherwise
    • setPostAddressIsSet

      public void setPostAddressIsSet(boolean value)
    • getRepresentativePosition

      public String getRepresentativePosition()
    • setRepresentativePosition

      public RussianLegalEntity setRepresentativePosition(String representative_position)
    • unsetRepresentativePosition

      public void unsetRepresentativePosition()
    • isSetRepresentativePosition

      public boolean isSetRepresentativePosition()
      Returns true if field representative_position is set (has been assigned a value) and false otherwise
    • setRepresentativePositionIsSet

      public void setRepresentativePositionIsSet(boolean value)
    • getRepresentativeFullName

      public String getRepresentativeFullName()
    • setRepresentativeFullName

      public RussianLegalEntity setRepresentativeFullName(String representative_full_name)
    • unsetRepresentativeFullName

      public void unsetRepresentativeFullName()
    • isSetRepresentativeFullName

      public boolean isSetRepresentativeFullName()
      Returns true if field representative_full_name is set (has been assigned a value) and false otherwise
    • setRepresentativeFullNameIsSet

      public void setRepresentativeFullNameIsSet(boolean value)
    • getRepresentativeDocument

      public String getRepresentativeDocument()
    • setRepresentativeDocument

      public RussianLegalEntity setRepresentativeDocument(String representative_document)
    • unsetRepresentativeDocument

      public void unsetRepresentativeDocument()
    • isSetRepresentativeDocument

      public boolean isSetRepresentativeDocument()
      Returns true if field representative_document is set (has been assigned a value) and false otherwise
    • setRepresentativeDocumentIsSet

      public void setRepresentativeDocumentIsSet(boolean value)
    • getRussianBankAccount

      public RussianBankAccount getRussianBankAccount()
    • setRussianBankAccount

      public RussianLegalEntity setRussianBankAccount(RussianBankAccount russian_bank_account)
    • unsetRussianBankAccount

      public void unsetRussianBankAccount()
    • isSetRussianBankAccount

      public boolean isSetRussianBankAccount()
      Returns true if field russian_bank_account is set (has been assigned a value) and false otherwise
    • setRussianBankAccountIsSet

      public void setRussianBankAccountIsSet(boolean value)
    • setFieldValue

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

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

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

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

      public boolean equals(RussianLegalEntity that)
    • hashCode

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

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

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

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

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