public class SmsStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_GROUP_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
SmsStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAction()
Action that should be taken to recover from the error.
|
String |
getDescription()
Human-readable description of the status.
|
Integer |
getGroupId()
Status group ID.
|
String |
getGroupName()
Status group name that describes which category the status code belongs to, e.g.
|
Integer |
getId()
Status ID.
|
String |
getName()
[Status name](https://www.infobip.com/docs/essentials/response-status-and-error-codes).
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public String getAction()
public String getDescription()
public Integer getGroupId()
public String getGroupName()
public Integer getId()
public String getName()
Copyright © 2022. All rights reserved.