public class ListProjectResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<Project> |
projects |
protected int |
total |
| Constructor and Description |
|---|
ListProjectResponse(Map<String,String> headers) |
ListProjectResponse(Map<String,String> headers,
int total,
int count,
List<Project> projects) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJSON(com.alibaba.fastjson.JSONObject jsonObject) |
int |
getCount() |
List<Project> |
getProjects() |
int |
getTotal() |
void |
setCount(int count) |
void |
setProjects(List<Project> projects) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdpublic int getTotal()
public void setTotal(int total)
public int getCount()
public void setCount(int count)
public void fromJSON(com.alibaba.fastjson.JSONObject jsonObject)
throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.