Package cn.ucloud.uhost.models
Class DescribeUHostTagsResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.DescribeUHostTagsResponse
-
public class DescribeUHostTagsResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUHostTagsResponse.UHostTagSet
-
Constructor Summary
Constructors Constructor Description DescribeUHostTagsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUHostTagsResponse.UHostTagSet>getTagSet()IntegergetTotalCount()voidsetTagSet(List<DescribeUHostTagsResponse.UHostTagSet> tagSet)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getTagSet
public List<DescribeUHostTagsResponse.UHostTagSet> getTagSet()
-
setTagSet
public void setTagSet(List<DescribeUHostTagsResponse.UHostTagSet> tagSet)
-
-