public class SearchEditingProjectResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchEditingProjectResponse.Project |
| Constructor and Description |
|---|
SearchEditingProjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
SearchEditingProjectResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<SearchEditingProjectResponse.Project> |
getProjectList() |
String |
getRequestId() |
Integer |
getTotal() |
void |
setProjectList(List<SearchEditingProjectResponse.Project> projectList) |
void |
setRequestId(String requestId) |
void |
setTotal(Integer total) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotal()
public void setTotal(Integer total)
public List<SearchEditingProjectResponse.Project> getProjectList()
public void setProjectList(List<SearchEditingProjectResponse.Project> projectList)
public SearchEditingProjectResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.