Package cn.ucloud.uphost.models
Class DescribePHostTagsResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphost.models.DescribePHostTagsResponse
-
public class DescribePHostTagsResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribePHostTagsResponse.PHostTagSet
-
Constructor Summary
Constructors Constructor Description DescribePHostTagsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribePHostTagsResponse.PHostTagSet>getTagSet()IntegergetTotalCount()voidsetTagSet(List<DescribePHostTagsResponse.PHostTagSet> 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<DescribePHostTagsResponse.PHostTagSet> getTagSet()
-
setTagSet
public void setTagSet(List<DescribePHostTagsResponse.PHostTagSet> tagSet)
-
-