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