Serializablepublic class ListProjectResponse extends Response
| 构造器 | 说明 |
|---|---|
ListProjectResponse(Map<String,String> headers) |
|
ListProjectResponse(Map<String,String> headers,
int total,
int count,
List<Project> projects) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
int |
getCount() |
|
List<Project> |
getProjects() |
|
int |
getTotal() |
|
void |
setCount(int count) |
|
void |
setProjects(List<Project> projects) |
|
void |
setTotal(int total) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllHeaders, GetHeader, GetRequestIdCopyright © 2018. All Rights Reserved.