Uses of Class
com.tencentcloudapi.waf.v20180125.models.PeakPointsItem
-
Packages that use PeakPointsItem Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of PeakPointsItem in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return PeakPointsItem Modifier and Type Method Description PeakPointsItem[]DescribePeakPointsResponse. getPoints()Get 数据点Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type PeakPointsItem Modifier and Type Method Description voidDescribePeakPointsResponse. setPoints(PeakPointsItem[] Points)Set 数据点Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type PeakPointsItem Constructor Description PeakPointsItem(PeakPointsItem 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.
-