Uses of Class
com.tencentcloudapi.tsf.v20180326.models.MultiValue
-
Packages that use MultiValue Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of MultiValue in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return MultiValue Modifier and Type Method Description MultiValue[]MultiValueDataPoints. getPoints()Get 多值数据点Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type MultiValue Modifier and Type Method Description voidMultiValueDataPoints. setPoints(MultiValue[] Points)Set 多值数据点Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type MultiValue Constructor Description MultiValue(MultiValue 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.
-