public class EmailReportError 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 |
|---|
EmailReportError() |
| Modifier and Type | Method and Description |
|---|---|
EmailReportError |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
Integer |
getGroupId()
Get groupId
|
String |
getGroupName()
Get groupName
|
Integer |
getId()
Get id
|
String |
getName()
Get name
|
Boolean |
getPermanent()
Get permanent
|
EmailReportError |
groupId(Integer groupId) |
EmailReportError |
groupName(String groupName) |
int |
hashCode() |
EmailReportError |
id(Integer id) |
EmailReportError |
name(String name) |
EmailReportError |
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_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_DESCRIPTION
public static final String SERIALIZED_NAME_PERMANENT
public EmailReportError groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public EmailReportError groupName(String groupName)
public String getGroupName()
public void setGroupName(String groupName)
public EmailReportError id(Integer id)
public Integer getId()
public void setId(Integer id)
public EmailReportError name(String name)
public String getName()
public void setName(String name)
public EmailReportError description(String description)
public String getDescription()
public void setDescription(String description)
public EmailReportError permanent(Boolean permanent)
public Boolean getPermanent()
public void setPermanent(Boolean permanent)
Copyright © 2022. All rights reserved.