public class ListProjectModuleResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectModuleResponse.Module |
| Constructor and Description |
|---|
ListProjectModuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
Integer |
getErrCode() |
String |
getErrMsg() |
ListProjectModuleResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<ListProjectModuleResponse.Module> |
getModules() |
String |
getRequestId() |
void |
setErrCode(Integer errCode) |
void |
setErrMsg(String errMsg) |
void |
setModules(List<ListProjectModuleResponse.Module> modules) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getErrCode()
public void setErrCode(Integer errCode)
public String getErrMsg()
public void setErrMsg(String errMsg)
public List<ListProjectModuleResponse.Module> getModules()
public void setModules(List<ListProjectModuleResponse.Module> modules)
public ListProjectModuleResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.