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