public class MessageError 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 |
|---|
MessageError() |
| Modifier and Type | Method and Description |
|---|---|
MessageError |
description(String 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()
Indicates whether the error is permanent.
|
MessageError |
groupId(Integer groupId) |
MessageError |
groupName(String groupName) |
int |
hashCode() |
MessageError |
id(Integer id) |
MessageError |
name(String name) |
MessageError |
permanent(Boolean permanent) |
void |
setDescription(String description) |
void |
setGroupId(Integer groupId) |
void |
setGroupName(String groupName) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPermanent(Boolean permanent) |
String |
toString() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_PERMANENT
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_GROUP_ID
public MessageError description(String description)
public String getDescription()
public void setDescription(String description)
public MessageError permanent(Boolean permanent)
public Boolean getPermanent()
public void setPermanent(Boolean permanent)
public MessageError name(String name)
public String getName()
public void setName(String name)
public MessageError id(Integer id)
public Integer getId()
public void setId(Integer id)
public MessageError groupName(String groupName)
public String getGroupName()
public void setGroupName(String groupName)
public MessageError groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
Copyright © 2022. All rights reserved.