Package unit.java.sdk.model
Class UpdateSoleProprietorApplicationAttributes
- java.lang.Object
-
- unit.java.sdk.model.UpdateSoleProprietorApplicationAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UpdateSoleProprietorApplicationAttributes extends java.lang.ObjectUpdateSoleProprietorApplicationAttributes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ANNUAL_REVENUEstatic java.lang.StringJSON_PROPERTY_BUSINESS_VERTICALstatic java.lang.StringJSON_PROPERTY_NUMBER_OF_EMPLOYEESstatic java.lang.StringJSON_PROPERTY_TAGSstatic java.lang.StringJSON_PROPERTY_WEBSITE
-
Constructor Summary
Constructors Constructor Description UpdateSoleProprietorApplicationAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSoleProprietorApplicationAttributesannualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)UpdateSoleProprietorApplicationAttributesbusinessVertical(BusinessVertical businessVertical)booleanequals(java.lang.Object o)Return true if this UpdateSoleProprietorApplication_attributes object is equal to o.SoleProprietorshipAnnualRevenuegetAnnualRevenue()Get annualRevenueBusinessVerticalgetBusinessVertical()Get businessVerticalSoleProprietorshipNumberOfEmployeesgetNumberOfEmployees()Get numberOfEmployeesjava.util.Map<java.lang.String,java.lang.String>getTags()Get tagsjava.lang.StringgetWebsite()Get websiteinthashCode()UpdateSoleProprietorApplicationAttributesnumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)UpdateSoleProprietorApplicationAttributesputTagsItem(java.lang.String key, java.lang.String tagsItem)voidsetAnnualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)voidsetBusinessVertical(BusinessVertical businessVertical)voidsetNumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)voidsetTags(java.util.Map<java.lang.String,java.lang.String> tags)voidsetWebsite(java.lang.String website)UpdateSoleProprietorApplicationAttributestags(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.UpdateSoleProprietorApplicationAttributeswebsite(java.lang.String website)
-
-
-
Field Detail
-
JSON_PROPERTY_TAGS
public static final java.lang.String JSON_PROPERTY_TAGS
- 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
-
tags
public UpdateSoleProprietorApplicationAttributes tags(java.util.Map<java.lang.String,java.lang.String> tags)
-
putTagsItem
public UpdateSoleProprietorApplicationAttributes 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)
-
annualRevenue
public UpdateSoleProprietorApplicationAttributes annualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)
-
getAnnualRevenue
@Nullable public SoleProprietorshipAnnualRevenue getAnnualRevenue()
Get annualRevenue- Returns:
- annualRevenue
-
setAnnualRevenue
public void setAnnualRevenue(SoleProprietorshipAnnualRevenue annualRevenue)
-
numberOfEmployees
public UpdateSoleProprietorApplicationAttributes numberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)
-
getNumberOfEmployees
@Nullable public SoleProprietorshipNumberOfEmployees getNumberOfEmployees()
Get numberOfEmployees- Returns:
- numberOfEmployees
-
setNumberOfEmployees
public void setNumberOfEmployees(SoleProprietorshipNumberOfEmployees numberOfEmployees)
-
businessVertical
public UpdateSoleProprietorApplicationAttributes businessVertical(BusinessVertical businessVertical)
-
getBusinessVertical
@Nullable public BusinessVertical getBusinessVertical()
Get businessVertical- Returns:
- businessVertical
-
setBusinessVertical
public void setBusinessVertical(BusinessVertical businessVertical)
-
website
public UpdateSoleProprietorApplicationAttributes 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 UpdateSoleProprietorApplication_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
-
-