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