public class GroupResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY_ID |
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PUBLISHED |
static String |
SERIALIZED_NAME_TYPES |
| Constructor and Description |
|---|
GroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
GroupResponse |
addTypesItem(Integer typesItem) |
GroupResponse |
categoryId(Integer categoryId) |
boolean |
equals(Object o) |
Integer |
getCategoryId()
category_id integer
|
Integer |
getGroupId()
group_id integer
|
String |
getName()
name string
|
Boolean |
getPublished()
published boolean
|
List<Integer> |
getTypes()
types array
|
GroupResponse |
groupId(Integer groupId) |
int |
hashCode() |
GroupResponse |
name(String name) |
GroupResponse |
published(Boolean published) |
void |
setCategoryId(Integer categoryId) |
void |
setGroupId(Integer groupId) |
void |
setName(String name) |
void |
setPublished(Boolean published) |
void |
setTypes(List<Integer> types) |
String |
toString() |
GroupResponse |
types(List<Integer> types) |
public static final String SERIALIZED_NAME_CATEGORY_ID
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_TYPES
public GroupResponse categoryId(Integer categoryId)
public Integer getCategoryId()
public void setCategoryId(Integer categoryId)
public GroupResponse groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public GroupResponse name(String name)
public String getName()
public void setName(String name)
public GroupResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public GroupResponse types(List<Integer> types)
public GroupResponse addTypesItem(Integer typesItem)
Copyright © 2020. All Rights Reserved.