Package cn.ucloud.pathx.models
Class DescribeUGA3AreaResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribeUGA3AreaResponse
-
public class DescribeUGA3AreaResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUGA3AreaResponse.ForwardArea
-
Constructor Summary
Constructors Constructor Description DescribeUGA3AreaResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUGA3AreaResponse.ForwardArea>getAreaSet()voidsetAreaSet(List<DescribeUGA3AreaResponse.ForwardArea> areaSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getAreaSet
public List<DescribeUGA3AreaResponse.ForwardArea> getAreaSet()
-
setAreaSet
public void setAreaSet(List<DescribeUGA3AreaResponse.ForwardArea> areaSet)
-
-