Package cn.ucloud.pathx.models
Class DescribeUPathResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribeUPathResponse
-
public class DescribeUPathResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPathResponse.OutPublicIpInfostatic classDescribeUPathResponse.PathXUGAInfostatic classDescribeUPathResponse.UPathInfo
-
Constructor Summary
Constructors Constructor Description DescribeUPathResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPathResponse.UPathInfo>getUPathSet()voidsetUPathSet(List<DescribeUPathResponse.UPathInfo> uPathSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUPathSet
public List<DescribeUPathResponse.UPathInfo> getUPathSet()
-
setUPathSet
public void setUPathSet(List<DescribeUPathResponse.UPathInfo> uPathSet)
-
-