Package dev.vality.damsel.domain
Class InternationalLegalEntity
java.lang.Object
dev.vality.damsel.domain.InternationalLegalEntity
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InternationalLegalEntity>,org.apache.thrift.TBase<InternationalLegalEntity,,InternationalLegalEntity._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class InternationalLegalEntity
extends Object
implements org.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>, Serializable, Cloneable, Comparable<InternationalLegalEntity>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<InternationalLegalEntity._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other.InternationalLegalEntity(String legal_name, String registered_address) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) Map<InternationalLegalEntity._Fields,org.apache.thrift.meta_data.FieldMetaData> inthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field actual_address is set (has been assigned a value) and false otherwisebooleanReturns true if field country is set (has been assigned a value) and false otherwisebooleanReturns true if field legal_name is set (has been assigned a value) and false otherwisebooleanReturns true if field registered_address is set (has been assigned a value) and false otherwisebooleanReturns true if field registered_number is set (has been assigned a value) and false otherwisebooleanReturns true if field trading_name is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setActualAddress(String actual_address) voidsetActualAddressIsSet(boolean value) setCountry(CountryRef country) voidsetCountryIsSet(boolean value) voidsetFieldValue(InternationalLegalEntity._Fields field, Object value) setLegalName(String legal_name) voidsetLegalNameIsSet(boolean value) setRegisteredAddress(String registered_address) voidsetRegisteredAddressIsSet(boolean value) setRegisteredNumber(String registered_number) voidsetRegisteredNumberIsSet(boolean value) setTradingName(String trading_name) voidsetTradingNameIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
legal_name
-
trading_name
-
registered_address
-
actual_address
-
registered_number
-
country
-
metaDataMap
public static final Map<InternationalLegalEntity._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InternationalLegalEntity
public InternationalLegalEntity() -
InternationalLegalEntity
-
InternationalLegalEntity
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
getLegalName
-
setLegalName
-
unsetLegalName
public void unsetLegalName() -
isSetLegalName
public boolean isSetLegalName()Returns true if field legal_name is set (has been assigned a value) and false otherwise -
setLegalNameIsSet
public void setLegalNameIsSet(boolean value) -
getTradingName
-
setTradingName
-
unsetTradingName
public void unsetTradingName() -
isSetTradingName
public boolean isSetTradingName()Returns true if field trading_name is set (has been assigned a value) and false otherwise -
setTradingNameIsSet
public void setTradingNameIsSet(boolean value) -
getRegisteredAddress
-
setRegisteredAddress
-
unsetRegisteredAddress
public void unsetRegisteredAddress() -
isSetRegisteredAddress
public boolean isSetRegisteredAddress()Returns true if field registered_address is set (has been assigned a value) and false otherwise -
setRegisteredAddressIsSet
public void setRegisteredAddressIsSet(boolean value) -
getActualAddress
-
setActualAddress
-
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) -
getRegisteredNumber
-
setRegisteredNumber
-
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) -
getCountry
-
setCountry
-
unsetCountry
public void unsetCountry() -
isSetCountry
public boolean isSetCountry()Returns true if field country is set (has been assigned a value) and false otherwise -
setCountryIsSet
public void setCountryIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InternationalLegalEntity>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
getFieldMetaData
public Map<InternationalLegalEntity._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InternationalLegalEntity,InternationalLegalEntity._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-