Package cn.ucloud.pathx.models
Class DescribePathXLineConfigResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribePathXLineConfigResponse
-
public class DescribePathXLineConfigResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribePathXLineConfigResponse.LineDetailstatic classDescribePathXLineConfigResponse.UGAALine
-
Constructor Summary
Constructors Constructor Description DescribePathXLineConfigResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribePathXLineConfigResponse.UGAALine>getLineSet()voidsetLineSet(List<DescribePathXLineConfigResponse.UGAALine> lineSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getLineSet
public List<DescribePathXLineConfigResponse.UGAALine> getLineSet()
-
setLineSet
public void setLineSet(List<DescribePathXLineConfigResponse.UGAALine> lineSet)
-
-