Package software.xdev.brevo.model
Class MasterDetailsResponse
java.lang.Object
software.xdev.brevo.model.MasterDetailsResponse
MasterDetailsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingInfo(MasterDetailsResponseBillingInfo billingInfo) companyName(String companyName) currencyCode(String currencyCode) booleanGet billingInfoCompany name of master account organizationCurrency code of the master account organizationgetEmail()Email id of master accountgetId()Unique identifier of the master account organizationGet planInfoTimezone of the master account organizationinthashCode()planInfo(MasterDetailsResponsePlanInfo planInfo) voidsetBillingInfo(MasterDetailsResponseBillingInfo billingInfo) voidsetCompanyName(String companyName) voidsetCurrencyCode(String currencyCode) voidvoidvoidsetPlanInfo(MasterDetailsResponsePlanInfo planInfo) voidsetTimezone(String timezone) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_COMPANY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_TIMEZONE
- See Also:
-
JSON_PROPERTY_BILLING_INFO
- See Also:
-
JSON_PROPERTY_PLAN_INFO
- See Also:
-
-
Constructor Details
-
MasterDetailsResponse
public MasterDetailsResponse()
-
-
Method Details
-
email
-
getEmail
Email id of master account- Returns:
-
setEmail
-
companyName
-
getCompanyName
Company name of master account organization- Returns:
- companyName
-
setCompanyName
-
id
-
getId
Unique identifier of the master account organization- Returns:
- id
-
setId
-
currencyCode
-
getCurrencyCode
Currency code of the master account organization- Returns:
- currencyCode
-
setCurrencyCode
-
timezone
-
getTimezone
Timezone of the master account organization- Returns:
- timezone
-
setTimezone
-
billingInfo
-
getBillingInfo
Get billingInfo- Returns:
- billingInfo
-
setBillingInfo
-
planInfo
-
getPlanInfo
Get planInfo- Returns:
- planInfo
-
setPlanInfo
-
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
-