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