public static class ListCustomPersonsResponse.Category extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListCustomPersonsResponse.Category.Person |
| 构造器和说明 |
|---|
Category() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategoryDescription() |
String |
getCategoryId() |
String |
getCategoryName() |
List<ListCustomPersonsResponse.Category.Person> |
getPersons() |
void |
setCategoryDescription(String categoryDescription) |
void |
setCategoryId(String categoryId) |
void |
setCategoryName(String categoryName) |
void |
setPersons(List<ListCustomPersonsResponse.Category.Person> persons) |
public String getCategoryId()
public void setCategoryId(String categoryId)
public String getCategoryName()
public void setCategoryName(String categoryName)
public String getCategoryDescription()
public void setCategoryDescription(String categoryDescription)
public List<ListCustomPersonsResponse.Category.Person> getPersons()
public void setPersons(List<ListCustomPersonsResponse.Category.Person> persons)
Copyright © 2022. All Rights Reserved.