public class ListClusterResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListClusterResponse.Cluster |
| Constructor and Description |
|---|
ListClusterResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListClusterResponse.Cluster> |
getClusterList() |
Integer |
getCode() |
ListClusterResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
void |
setClusterList(List<ListClusterResponse.Cluster> clusterList) |
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<ListClusterResponse.Cluster> getClusterList()
public void setClusterList(List<ListClusterResponse.Cluster> clusterList)
public ListClusterResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.