public class SmsError extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
static String |
SERIALIZED_NAME_PERMANENT |
| Constructor and Description |
|---|
SmsError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Human-readable description of the error..
|
Integer |
getGroupId()
Error group ID.
|
String |
getGroupName()
Error group name.
|
Integer |
getId()
Error ID.
|
String |
getName()
Error name.
|
Boolean |
getPermanent()
Tells if the error is permanent.
|
int |
hashCode() |
String |
toString() |
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 static final String SERIALIZED_NAME_PERMANENT
public String getDescription()
public Integer getGroupId()
public String getGroupName()
public Integer getId()
public String getName()
public Boolean getPermanent()
Copyright © 2022. All rights reserved.