ScheduledMessageStatus

public final class ScheduledMessageStatus

Class representing a scheduled message status.

Constructors

Link copied to clipboard
public ScheduledMessageStatus ScheduledMessageStatus(@Json(name = "code") String code, @Json(name = "description") String description)

Properties

Link copied to clipboard
private final String code

The status code the describes the state of the scheduled message

Link copied to clipboard
private final String description

A description of the status of the scheduled message

Functions

Link copied to clipboard
public final String getCode()

The status code the describes the state of the scheduled message

Link copied to clipboard
public final String getDescription()

A description of the status of the scheduled message