Package software.xdev.brevo.model
Class GetSmsCampaignOverview
java.lang.Object
software.xdev.brevo.model.GetSmsCampaignOverview
GetSmsCampaignOverview
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the SMS Campaign -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanContent of the SMS CampaignCreation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)getId()ID of the SMS CampaignUTC date-time of last modification of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)getName()Name of the SMS CampaignUTC date-time on which SMS campaign is scheduled.Sender of the SMS CampaignStatus of the SMS CampaigninthashCode()modifiedAt(String modifiedAt) scheduledAt(String scheduledAt) voidsetContent(String content) voidsetCreatedAt(String createdAt) voidvoidsetModifiedAt(String modifiedAt) voidvoidsetScheduledAt(String scheduledAt) 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_CONTENT
- See Also:
-
JSON_PROPERTY_SCHEDULED_AT
- See Also:
-
JSON_PROPERTY_SENDER
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
-
Constructor Details
-
GetSmsCampaignOverview
public GetSmsCampaignOverview()
-
-
Method Details
-
id
-
getId
ID of the SMS Campaign- Returns:
- id
-
setId
-
name
-
getName
Name of the SMS Campaign- Returns:
- name
-
setName
-
status
-
getStatus
Status of the SMS Campaign- Returns:
- status
-
setStatus
-
content
-
getContent
Content of the SMS Campaign- Returns:
- content
-
setContent
-
scheduledAt
-
getScheduledAt
UTC date-time on which SMS campaign is scheduled. Should be in YYYY-MM-DDTHH:mm:ss.SSSZ format- Returns:
- scheduledAt
-
setScheduledAt
-
sender
-
getSender
Sender of the SMS Campaign- Returns:
- sender
-
setSender
-
createdAt
-
getCreatedAt
Creation UTC date-time of the SMS campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
modifiedAt
-
getModifiedAt
UTC date-time of last modification of the SMS campaign (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
-