Uses of Class
com.tencentcloudapi.gpm.v20200820.models.ReportTrendData
-
Packages that use ReportTrendData Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of ReportTrendData in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return ReportTrendData Modifier and Type Method Description ReportTrendDataDescribeDataResponse. getTrendData()Get 匹配请求次数趋势数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type ReportTrendData Modifier and Type Method Description voidDescribeDataResponse. setTrendData(ReportTrendData TrendData)Set 匹配请求次数趋势数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type ReportTrendData Constructor Description ReportTrendData(ReportTrendData source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-