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