public class ListTagsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTagsResponse.TagInfo |
| Constructor and Description |
|---|
ListTagsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<ListTagsResponse.TagInfo> |
getTagInfos() |
void |
setRequestId(String requestId) |
void |
setTagInfos(List<ListTagsResponse.TagInfo> tagInfos) |
public String getRequestId()
public void setRequestId(String requestId)
public List<ListTagsResponse.TagInfo> getTagInfos()
public void setTagInfos(List<ListTagsResponse.TagInfo> tagInfos)
public ListTagsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.