Package cn.ucloud.pathx.models
Class DescribeUGA3InstanceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribeUGA3InstanceResponse
-
public class DescribeUGA3InstanceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUGA3InstanceResponse.AccelerationAreaInfosstatic classDescribeUGA3InstanceResponse.ForwardInfostatic classDescribeUGA3InstanceResponse.ForwardTaskstatic classDescribeUGA3InstanceResponse.OutPublicIpInfostatic classDescribeUGA3InstanceResponse.SrcAreaInfo
-
Constructor Summary
Constructors Constructor Description DescribeUGA3InstanceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUGA3InstanceResponse.ForwardInfo>getForwardInstanceInfos()IntegergetTotalCount()voidsetForwardInstanceInfos(List<DescribeUGA3InstanceResponse.ForwardInfo> forwardInstanceInfos)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getForwardInstanceInfos
public List<DescribeUGA3InstanceResponse.ForwardInfo> getForwardInstanceInfos()
-
setForwardInstanceInfos
public void setForwardInstanceInfos(List<DescribeUGA3InstanceResponse.ForwardInfo> forwardInstanceInfos)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-