public class ListApplicationResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationResponse.Application |
| Constructor and Description |
|---|
ListApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListApplicationResponse.Application> |
getApplicationList() |
Integer |
getCode() |
ListApplicationResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
void |
setApplicationList(List<ListApplicationResponse.Application> applicationList) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public List<ListApplicationResponse.Application> getApplicationList()
public void setApplicationList(List<ListApplicationResponse.Application> applicationList)
public ListApplicationResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.