Package unit.java.sdk.model
Class CreateSoleProprietorApplicationAttributes
- java.lang.Object
-
- unit.java.sdk.model.CreateSoleProprietorApplicationAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class CreateSoleProprietorApplicationAttributes extends java.lang.ObjectCreateSoleProprietorApplicationAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ADDRESSstatic java.lang.StringJSON_PROPERTY_ANNUAL_INCOMEstatic java.lang.StringJSON_PROPERTY_ANNUAL_REVENUEstatic java.lang.StringJSON_PROPERTY_BUSINESS_VERTICALstatic java.lang.StringJSON_PROPERTY_DATE_OF_BIRTHstatic java.lang.StringJSON_PROPERTY_DBAstatic java.lang.StringJSON_PROPERTY_DEVICE_FINGERPRINTSstatic java.lang.StringJSON_PROPERTY_EINstatic java.lang.StringJSON_PROPERTY_EMAILstatic java.lang.StringJSON_PROPERTY_EVALUATION_PARAMSstatic java.lang.StringJSON_PROPERTY_FULL_NAMEstatic java.lang.StringJSON_PROPERTY_IDEMPOTENCY_KEYstatic java.lang.StringJSON_PROPERTY_INDUSTRYstatic java.lang.StringJSON_PROPERTY_IPstatic java.lang.StringJSON_PROPERTY_JWT_SUBJECTstatic java.lang.StringJSON_PROPERTY_MATRICULA_CONSULARstatic java.lang.StringJSON_PROPERTY_NATIONALITYstatic java.lang.StringJSON_PROPERTY_NUMBER_OF_EMPLOYEESstatic java.lang.StringJSON_PROPERTY_OCCUPATIONstatic java.lang.StringJSON_PROPERTY_PASSPORTstatic java.lang.StringJSON_PROPERTY_PHONEstatic java.lang.StringJSON_PROPERTY_POWER_OF_ATTORNEY_AGENTstatic java.lang.StringJSON_PROPERTY_SOLE_PROPRIETORSHIPstatic java.lang.StringJSON_PROPERTY_SOURCE_OF_INCOMEstatic java.lang.StringJSON_PROPERTY_SSNstatic java.lang.StringJSON_PROPERTY_TAGSstatic java.lang.StringJSON_PROPERTY_WEBSITE
-
Constructor Summary
Constructors Constructor Description CreateSoleProprietorApplicationAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSoleProprietorApplicationAttributesaddDeviceFingerprintsItem(DeviceFingerprint deviceFingerprintsItem)CreateSoleProprietorApplicationAttributesaddress(Address address)CreateSoleProprietorApplicationAttributesannualIncome(AnnualIncome annualIncome)CreateSoleProprietorApplicationAttributesannualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)CreateSoleProprietorApplicationAttributesbusinessVertical(BusinessVertical businessVertical)CreateSoleProprietorApplicationAttributesdateOfBirth(java.time.LocalDate dateOfBirth)CreateSoleProprietorApplicationAttributesdba(java.lang.String dba)CreateSoleProprietorApplicationAttributesdeviceFingerprints(java.util.List<DeviceFingerprint> deviceFingerprints)CreateSoleProprietorApplicationAttributesein(java.lang.String ein)CreateSoleProprietorApplicationAttributesemail(java.lang.String email)booleanequals(java.lang.Object o)Return true if this CreateSoleProprietorApplication_attributes object is equal to o.CreateSoleProprietorApplicationAttributesevaluationParams(EvaluationParams evaluationParams)CreateSoleProprietorApplicationAttributesfullName(FullName fullName)AddressgetAddress()Get addressAnnualIncomegetAnnualIncome()Get annualIncomeSoleProprietorshipAnnualRevenuegetAnnualRevenue()Get annualRevenueBusinessVerticalgetBusinessVertical()Get businessVerticaljava.time.LocalDategetDateOfBirth()Get dateOfBirthjava.lang.StringgetDba()Get dbaorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDba_JsonNullable()java.util.List<DeviceFingerprint>getDeviceFingerprints()Get deviceFingerprintsjava.lang.StringgetEin()Get einorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getEin_JsonNullable()java.lang.StringgetEmail()Get emailEvaluationParamsgetEvaluationParams()Get evaluationParamsFullNamegetFullName()Get fullNamejava.lang.StringgetIdempotencyKey()Get idempotencyKeyIndustrygetIndustry()Get industryjava.lang.StringgetIp()Get ipjava.lang.StringgetJwtSubject()Get jwtSubjectorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getJwtSubject_JsonNullable()java.lang.StringgetMatriculaConsular()Get matriculaConsularorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getMatriculaConsular_JsonNullable()java.lang.StringgetNationality()Get nationalitySoleProprietorshipNumberOfEmployeesgetNumberOfEmployees()Get numberOfEmployeesOccupationgetOccupation()Get occupationjava.lang.StringgetPassport()Get passportorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getPassport_JsonNullable()PhonegetPhone()Get phoneCreatePowerOfAttorneyAgentgetPowerOfAttorneyAgent()Get powerOfAttorneyAgentjava.lang.BooleangetSoleProprietorship()Get soleProprietorshipSourceOfIncomegetSourceOfIncome()Get sourceOfIncomejava.lang.StringgetSsn()Get ssnorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>getSsn_JsonNullable()java.util.Map<java.lang.String,java.lang.String>getTags()Get tagsjava.lang.StringgetWebsite()Get websiteinthashCode()CreateSoleProprietorApplicationAttributesidempotencyKey(java.lang.String idempotencyKey)CreateSoleProprietorApplicationAttributesindustry(Industry industry)CreateSoleProprietorApplicationAttributesip(java.lang.String ip)CreateSoleProprietorApplicationAttributesjwtSubject(java.lang.String jwtSubject)CreateSoleProprietorApplicationAttributesmatriculaConsular(java.lang.String matriculaConsular)CreateSoleProprietorApplicationAttributesnationality(java.lang.String nationality)CreateSoleProprietorApplicationAttributesnumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)CreateSoleProprietorApplicationAttributesoccupation(Occupation occupation)CreateSoleProprietorApplicationAttributespassport(java.lang.String passport)CreateSoleProprietorApplicationAttributesphone(Phone phone)CreateSoleProprietorApplicationAttributespowerOfAttorneyAgent(CreatePowerOfAttorneyAgent powerOfAttorneyAgent)CreateSoleProprietorApplicationAttributesputTagsItem(java.lang.String key, java.lang.String tagsItem)voidsetAddress(Address address)voidsetAnnualIncome(AnnualIncome annualIncome)voidsetAnnualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)voidsetBusinessVertical(BusinessVertical businessVertical)voidsetDateOfBirth(java.time.LocalDate dateOfBirth)voidsetDba(java.lang.String dba)voidsetDba_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> dba)voidsetDeviceFingerprints(java.util.List<DeviceFingerprint> deviceFingerprints)voidsetEin(java.lang.String ein)voidsetEin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ein)voidsetEmail(java.lang.String email)voidsetEvaluationParams(EvaluationParams evaluationParams)voidsetFullName(FullName fullName)voidsetIdempotencyKey(java.lang.String idempotencyKey)voidsetIndustry(Industry industry)voidsetIp(java.lang.String ip)voidsetJwtSubject(java.lang.String jwtSubject)voidsetJwtSubject_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jwtSubject)voidsetMatriculaConsular(java.lang.String matriculaConsular)voidsetMatriculaConsular_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> matriculaConsular)voidsetNationality(java.lang.String nationality)voidsetNumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)voidsetOccupation(Occupation occupation)voidsetPassport(java.lang.String passport)voidsetPassport_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> passport)voidsetPhone(Phone phone)voidsetPowerOfAttorneyAgent(CreatePowerOfAttorneyAgent powerOfAttorneyAgent)voidsetSoleProprietorship(java.lang.Boolean soleProprietorship)voidsetSourceOfIncome(SourceOfIncome sourceOfIncome)voidsetSsn(java.lang.String ssn)voidsetSsn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ssn)voidsetTags(java.util.Map<java.lang.String,java.lang.String> tags)voidsetWebsite(java.lang.String website)CreateSoleProprietorApplicationAttributessoleProprietorship(java.lang.Boolean soleProprietorship)CreateSoleProprietorApplicationAttributessourceOfIncome(SourceOfIncome sourceOfIncome)CreateSoleProprietorApplicationAttributesssn(java.lang.String ssn)CreateSoleProprietorApplicationAttributestags(java.util.Map<java.lang.String,java.lang.String> tags)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.CreateSoleProprietorApplicationAttributeswebsite(java.lang.String website)
-
-
-
Field Detail
-
JSON_PROPERTY_FULL_NAME
public static final java.lang.String JSON_PROPERTY_FULL_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL
public static final java.lang.String JSON_PROPERTY_EMAIL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PHONE
public static final java.lang.String JSON_PROPERTY_PHONE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SSN
public static final java.lang.String JSON_PROPERTY_SSN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSPORT
public static final java.lang.String JSON_PROPERTY_PASSPORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NATIONALITY
public static final java.lang.String JSON_PROPERTY_NATIONALITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MATRICULA_CONSULAR
public static final java.lang.String JSON_PROPERTY_MATRICULA_CONSULAR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ADDRESS
public static final java.lang.String JSON_PROPERTY_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATE_OF_BIRTH
public static final java.lang.String JSON_PROPERTY_DATE_OF_BIRTH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DBA
public static final java.lang.String JSON_PROPERTY_DBA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EIN
public static final java.lang.String JSON_PROPERTY_EIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IP
public static final java.lang.String JSON_PROPERTY_IP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOLE_PROPRIETORSHIP
public static final java.lang.String JSON_PROPERTY_SOLE_PROPRIETORSHIP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TAGS
public static final java.lang.String JSON_PROPERTY_TAGS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IDEMPOTENCY_KEY
public static final java.lang.String JSON_PROPERTY_IDEMPOTENCY_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEVICE_FINGERPRINTS
public static final java.lang.String JSON_PROPERTY_DEVICE_FINGERPRINTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_JWT_SUBJECT
public static final java.lang.String JSON_PROPERTY_JWT_SUBJECT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POWER_OF_ATTORNEY_AGENT
public static final java.lang.String JSON_PROPERTY_POWER_OF_ATTORNEY_AGENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDUSTRY
public static final java.lang.String JSON_PROPERTY_INDUSTRY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EVALUATION_PARAMS
public static final java.lang.String JSON_PROPERTY_EVALUATION_PARAMS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OCCUPATION
public static final java.lang.String JSON_PROPERTY_OCCUPATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ANNUAL_INCOME
public static final java.lang.String JSON_PROPERTY_ANNUAL_INCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_OF_INCOME
public static final java.lang.String JSON_PROPERTY_SOURCE_OF_INCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ANNUAL_REVENUE
public static final java.lang.String JSON_PROPERTY_ANNUAL_REVENUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NUMBER_OF_EMPLOYEES
public static final java.lang.String JSON_PROPERTY_NUMBER_OF_EMPLOYEES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BUSINESS_VERTICAL
public static final java.lang.String JSON_PROPERTY_BUSINESS_VERTICAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WEBSITE
public static final java.lang.String JSON_PROPERTY_WEBSITE
- See Also:
- Constant Field Values
-
-
Method Detail
-
fullName
public CreateSoleProprietorApplicationAttributes fullName(FullName fullName)
-
getFullName
@Nonnull public FullName getFullName()
Get fullName- Returns:
- fullName
-
setFullName
public void setFullName(FullName fullName)
-
email
public CreateSoleProprietorApplicationAttributes email(java.lang.String email)
-
getEmail
@Nonnull public java.lang.String getEmail()
Get email- Returns:
-
setEmail
public void setEmail(java.lang.String email)
-
phone
public CreateSoleProprietorApplicationAttributes phone(Phone phone)
-
getPhone
@Nonnull public Phone getPhone()
Get phone- Returns:
- phone
-
setPhone
public void setPhone(Phone phone)
-
ssn
public CreateSoleProprietorApplicationAttributes ssn(java.lang.String ssn)
-
getSsn
@Nullable public java.lang.String getSsn()
Get ssn- Returns:
- ssn
-
getSsn_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getSsn_JsonNullable()
-
setSsn_JsonNullable
public void setSsn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ssn)
-
setSsn
public void setSsn(java.lang.String ssn)
-
passport
public CreateSoleProprietorApplicationAttributes passport(java.lang.String passport)
-
getPassport
@Nullable public java.lang.String getPassport()
Get passport- Returns:
- passport
-
getPassport_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getPassport_JsonNullable()
-
setPassport_JsonNullable
public void setPassport_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> passport)
-
setPassport
public void setPassport(java.lang.String passport)
-
nationality
public CreateSoleProprietorApplicationAttributes nationality(java.lang.String nationality)
-
getNationality
@Nullable public java.lang.String getNationality()
Get nationality- Returns:
- nationality
-
setNationality
public void setNationality(java.lang.String nationality)
-
matriculaConsular
public CreateSoleProprietorApplicationAttributes matriculaConsular(java.lang.String matriculaConsular)
-
getMatriculaConsular
@Nullable public java.lang.String getMatriculaConsular()
Get matriculaConsular- Returns:
- matriculaConsular
-
getMatriculaConsular_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getMatriculaConsular_JsonNullable()
-
setMatriculaConsular_JsonNullable
public void setMatriculaConsular_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> matriculaConsular)
-
setMatriculaConsular
public void setMatriculaConsular(java.lang.String matriculaConsular)
-
address
public CreateSoleProprietorApplicationAttributes address(Address address)
-
getAddress
@Nonnull public Address getAddress()
Get address- Returns:
- address
-
setAddress
public void setAddress(Address address)
-
dateOfBirth
public CreateSoleProprietorApplicationAttributes dateOfBirth(java.time.LocalDate dateOfBirth)
-
getDateOfBirth
@Nonnull public java.time.LocalDate getDateOfBirth()
Get dateOfBirth- Returns:
- dateOfBirth
-
setDateOfBirth
public void setDateOfBirth(java.time.LocalDate dateOfBirth)
-
dba
public CreateSoleProprietorApplicationAttributes dba(java.lang.String dba)
-
getDba
@Nullable public java.lang.String getDba()
Get dba- Returns:
- dba
-
getDba_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDba_JsonNullable()
-
setDba_JsonNullable
public void setDba_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> dba)
-
setDba
public void setDba(java.lang.String dba)
-
ein
public CreateSoleProprietorApplicationAttributes ein(java.lang.String ein)
-
getEin
@Nullable public java.lang.String getEin()
Get ein- Returns:
- ein
-
getEin_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getEin_JsonNullable()
-
setEin_JsonNullable
public void setEin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ein)
-
setEin
public void setEin(java.lang.String ein)
-
ip
public CreateSoleProprietorApplicationAttributes ip(java.lang.String ip)
-
getIp
@Nullable public java.lang.String getIp()
Get ip- Returns:
- ip
-
setIp
public void setIp(java.lang.String ip)
-
soleProprietorship
public CreateSoleProprietorApplicationAttributes soleProprietorship(java.lang.Boolean soleProprietorship)
-
getSoleProprietorship
@Nullable public java.lang.Boolean getSoleProprietorship()
Get soleProprietorship- Returns:
- soleProprietorship
-
setSoleProprietorship
public void setSoleProprietorship(java.lang.Boolean soleProprietorship)
-
tags
public CreateSoleProprietorApplicationAttributes tags(java.util.Map<java.lang.String,java.lang.String> tags)
-
putTagsItem
public CreateSoleProprietorApplicationAttributes putTagsItem(java.lang.String key, java.lang.String tagsItem)
-
getTags
@Nullable public java.util.Map<java.lang.String,java.lang.String> getTags()
Get tags- Returns:
- tags
-
setTags
public void setTags(java.util.Map<java.lang.String,java.lang.String> tags)
-
idempotencyKey
public CreateSoleProprietorApplicationAttributes idempotencyKey(java.lang.String idempotencyKey)
-
getIdempotencyKey
@Nullable public java.lang.String getIdempotencyKey()
Get idempotencyKey- Returns:
- idempotencyKey
-
setIdempotencyKey
public void setIdempotencyKey(java.lang.String idempotencyKey)
-
deviceFingerprints
public CreateSoleProprietorApplicationAttributes deviceFingerprints(java.util.List<DeviceFingerprint> deviceFingerprints)
-
addDeviceFingerprintsItem
public CreateSoleProprietorApplicationAttributes addDeviceFingerprintsItem(DeviceFingerprint deviceFingerprintsItem)
-
getDeviceFingerprints
@Nullable public java.util.List<DeviceFingerprint> getDeviceFingerprints()
Get deviceFingerprints- Returns:
- deviceFingerprints
-
setDeviceFingerprints
public void setDeviceFingerprints(java.util.List<DeviceFingerprint> deviceFingerprints)
-
jwtSubject
public CreateSoleProprietorApplicationAttributes jwtSubject(java.lang.String jwtSubject)
-
getJwtSubject
@Nullable public java.lang.String getJwtSubject()
Get jwtSubject- Returns:
- jwtSubject
-
getJwtSubject_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getJwtSubject_JsonNullable()
-
setJwtSubject_JsonNullable
public void setJwtSubject_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jwtSubject)
-
setJwtSubject
public void setJwtSubject(java.lang.String jwtSubject)
-
powerOfAttorneyAgent
public CreateSoleProprietorApplicationAttributes powerOfAttorneyAgent(CreatePowerOfAttorneyAgent powerOfAttorneyAgent)
-
getPowerOfAttorneyAgent
@Nullable public CreatePowerOfAttorneyAgent getPowerOfAttorneyAgent()
Get powerOfAttorneyAgent- Returns:
- powerOfAttorneyAgent
-
setPowerOfAttorneyAgent
public void setPowerOfAttorneyAgent(CreatePowerOfAttorneyAgent powerOfAttorneyAgent)
-
industry
public CreateSoleProprietorApplicationAttributes industry(Industry industry)
-
getIndustry
@Nullable public Industry getIndustry()
Get industry- Returns:
- industry
-
setIndustry
public void setIndustry(Industry industry)
-
evaluationParams
public CreateSoleProprietorApplicationAttributes evaluationParams(EvaluationParams evaluationParams)
-
getEvaluationParams
@Nullable public EvaluationParams getEvaluationParams()
Get evaluationParams- Returns:
- evaluationParams
-
setEvaluationParams
public void setEvaluationParams(EvaluationParams evaluationParams)
-
occupation
public CreateSoleProprietorApplicationAttributes occupation(Occupation occupation)
-
getOccupation
@Nullable public Occupation getOccupation()
Get occupation- Returns:
- occupation
-
setOccupation
public void setOccupation(Occupation occupation)
-
annualIncome
public CreateSoleProprietorApplicationAttributes annualIncome(AnnualIncome annualIncome)
-
getAnnualIncome
@Nullable public AnnualIncome getAnnualIncome()
Get annualIncome- Returns:
- annualIncome
-
setAnnualIncome
public void setAnnualIncome(AnnualIncome annualIncome)
-
sourceOfIncome
public CreateSoleProprietorApplicationAttributes sourceOfIncome(SourceOfIncome sourceOfIncome)
-
getSourceOfIncome
@Nullable public SourceOfIncome getSourceOfIncome()
Get sourceOfIncome- Returns:
- sourceOfIncome
-
setSourceOfIncome
public void setSourceOfIncome(SourceOfIncome sourceOfIncome)
-
annualRevenue
public CreateSoleProprietorApplicationAttributes annualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)
-
getAnnualRevenue
@Nullable public SoleProprietorshipAnnualRevenue getAnnualRevenue()
Get annualRevenue- Returns:
- annualRevenue
-
setAnnualRevenue
public void setAnnualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)
-
numberOfEmployees
public CreateSoleProprietorApplicationAttributes numberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)
-
getNumberOfEmployees
@Nullable public SoleProprietorshipNumberOfEmployees getNumberOfEmployees()
Get numberOfEmployees- Returns:
- numberOfEmployees
-
setNumberOfEmployees
public void setNumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)
-
businessVertical
public CreateSoleProprietorApplicationAttributes businessVertical(BusinessVertical businessVertical)
-
getBusinessVertical
@Nullable public BusinessVertical getBusinessVertical()
Get businessVertical- Returns:
- businessVertical
-
setBusinessVertical
public void setBusinessVertical(BusinessVertical businessVertical)
-
website
public CreateSoleProprietorApplicationAttributes website(java.lang.String website)
-
getWebsite
@Nullable public java.lang.String getWebsite()
Get website- Returns:
- website
-
setWebsite
public void setWebsite(java.lang.String website)
-
equals
public boolean equals(java.lang.Object o)
Return true if this CreateSoleProprietorApplication_attributes object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-