public class CategoryResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY_ID |
static String |
SERIALIZED_NAME_GROUPS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PUBLISHED |
| Constructor and Description |
|---|
CategoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CategoryResponse |
addGroupsItem(Integer groupsItem) |
CategoryResponse |
categoryId(Integer categoryId) |
boolean |
equals(Object o) |
Integer |
getCategoryId()
category_id integer
|
List<Integer> |
getGroups()
groups array
|
String |
getName()
name string
|
Boolean |
getPublished()
published boolean
|
CategoryResponse |
groups(List<Integer> groups) |
int |
hashCode() |
CategoryResponse |
name(String name) |
CategoryResponse |
published(Boolean published) |
void |
setCategoryId(Integer categoryId) |
void |
setGroups(List<Integer> groups) |
void |
setName(String name) |
void |
setPublished(Boolean published) |
String |
toString() |
public static final String SERIALIZED_NAME_CATEGORY_ID
public static final String SERIALIZED_NAME_GROUPS
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PUBLISHED
public CategoryResponse categoryId(Integer categoryId)
public Integer getCategoryId()
public void setCategoryId(Integer categoryId)
public CategoryResponse groups(List<Integer> groups)
public CategoryResponse addGroupsItem(Integer groupsItem)
public CategoryResponse name(String name)
public String getName()
public void setName(String name)
public CategoryResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
Copyright © 2021. All Rights Reserved.