Uses of Class
cn.ucloud.pathx.models.GetPathXMetricResponse.MatricPoint
-
Packages that use GetPathXMetricResponse.MatricPoint Package Description cn.ucloud.pathx.models -
-
Uses of GetPathXMetricResponse.MatricPoint in cn.ucloud.pathx.models
Methods in cn.ucloud.pathx.models that return types with arguments of type GetPathXMetricResponse.MatricPoint Modifier and Type Method Description List<GetPathXMetricResponse.MatricPoint>GetPathXMetricResponse.MetricPeriod. getNetworkIn()List<GetPathXMetricResponse.MatricPoint>GetPathXMetricResponse.MetricPeriod. getNetworkInUsage()List<GetPathXMetricResponse.MatricPoint>GetPathXMetricResponse.MetricPeriod. getNetworkOut()List<GetPathXMetricResponse.MatricPoint>GetPathXMetricResponse.MetricPeriod. getNetworkOutUsage()Method parameters in cn.ucloud.pathx.models with type arguments of type GetPathXMetricResponse.MatricPoint Modifier and Type Method Description voidGetPathXMetricResponse.MetricPeriod. setNetworkIn(List<GetPathXMetricResponse.MatricPoint> networkIn)voidGetPathXMetricResponse.MetricPeriod. setNetworkInUsage(List<GetPathXMetricResponse.MatricPoint> networkInUsage)voidGetPathXMetricResponse.MetricPeriod. setNetworkOut(List<GetPathXMetricResponse.MatricPoint> networkOut)voidGetPathXMetricResponse.MetricPeriod. setNetworkOutUsage(List<GetPathXMetricResponse.MatricPoint> networkOutUsage)
-