Package cn.ucloud.pathx.models
Class DescribeUGAInstanceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribeUGAInstanceResponse
-
public class DescribeUGAInstanceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUGAInstanceResponse.OutPublicIpInfostatic classDescribeUGAInstanceResponse.UGAAInfostatic classDescribeUGAInstanceResponse.UGAATaskstatic classDescribeUGAInstanceResponse.UGAL4Forwarderstatic classDescribeUGAInstanceResponse.UGAL7Forwarderstatic classDescribeUGAInstanceResponse.UPathSet
-
Constructor Summary
Constructors Constructor Description DescribeUGAInstanceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetTotalCount()List<DescribeUGAInstanceResponse.UGAAInfo>getUGAList()voidsetTotalCount(Integer totalCount)voidsetUGAList(List<DescribeUGAInstanceResponse.UGAAInfo> ugaList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUGAList
public List<DescribeUGAInstanceResponse.UGAAInfo> getUGAList()
-
setUGAList
public void setUGAList(List<DescribeUGAInstanceResponse.UGAAInfo> ugaList)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-