Package software.xdev.brevo.model
Class SubAccountsResponseSubAccountsInner
java.lang.Object
software.xdev.brevo.model.SubAccountsResponseSubAccountsInner
SubAccountsResponseSubAccountsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompanyName(String companyName) booleanWhether the sub-account is active or notName of the sub-account companyTimestamp when the sub-account was createdgetId()id of the sub-accountinthashCode()voidvoidsetCompanyName(String companyName) voidsetCreatedAt(Long createdAt) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_COMPANY_NAME
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
-
Constructor Details
-
SubAccountsResponseSubAccountsInner
public SubAccountsResponseSubAccountsInner()
-
-
Method Details
-
id
-
getId
id of the sub-account- Returns:
- id
-
setId
-
companyName
-
getCompanyName
Name of the sub-account company- Returns:
- companyName
-
setCompanyName
-
active
-
getActive
Whether the sub-account is active or not- Returns:
- active
-
setActive
-
createdAt
-
getCreatedAt
Timestamp when the sub-account was created- Returns:
- createdAt
-
setCreatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-