Package software.xdev.brevo.model
Class GetWhatsappTemplatesTemplatesInner
java.lang.Object
software.xdev.brevo.model.GetWhatsappTemplatesTemplatesInner
GetWhatsappTemplatesTemplatesInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorReason(String errorReason) category of the templateCreation UTC date-time of the WhatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)Error reason in the template creationgetId()ID of the WhatsApp templateLanguage in which template existsUTC date-time of last modification of the WhatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)getName()Name of the WhatsApp templateStatus of the WhatsApp templateinthashCode()modifiedAt(String modifiedAt) voidsetCategory(String category) voidsetCreatedAt(String createdAt) voidsetErrorReason(String errorReason) voidvoidsetLanguage(String language) voidsetModifiedAt(String modifiedAt) voidvoidtoString()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_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LANGUAGE
- See Also:
-
JSON_PROPERTY_CATEGORY
- See Also:
-
JSON_PROPERTY_ERROR_REASON
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
-
Constructor Details
-
GetWhatsappTemplatesTemplatesInner
public GetWhatsappTemplatesTemplatesInner()
-
-
Method Details
-
id
-
getId
ID of the WhatsApp template- Returns:
- id
-
setId
-
name
-
getName
Name of the WhatsApp template- Returns:
- name
-
setName
-
status
-
getStatus
Status of the WhatsApp template- Returns:
- status
-
setStatus
-
language
-
getLanguage
Language in which template exists- Returns:
- language
-
setLanguage
-
category
-
getCategory
category of the template- Returns:
- category
-
setCategory
-
errorReason
-
getErrorReason
Error reason in the template creation- Returns:
- errorReason
-
setErrorReason
-
createdAt
-
getCreatedAt
Creation UTC date-time of the WhatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
modifiedAt
-
getModifiedAt
UTC date-time of last modification of the WhatsApp template (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- modifiedAt
-
setModifiedAt
-
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
-