Package cn.ucloud.pathx.models
Class DescribeUPathTemplateResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.DescribeUPathTemplateResponse
-
public class DescribeUPathTemplateResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUPathTemplateResponse.AlarmRuler
-
Constructor Summary
Constructors Constructor Description DescribeUPathTemplateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUPathTemplateResponse.AlarmRuler>getDataSet()voidsetDataSet(List<DescribeUPathTemplateResponse.AlarmRuler> dataSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getDataSet
public List<DescribeUPathTemplateResponse.AlarmRuler> getDataSet()
-
setDataSet
public void setDataSet(List<DescribeUPathTemplateResponse.AlarmRuler> dataSet)
-
-