Uses of Class
com.tencentcloudapi.cii.v20210408.models.Point
-
Packages that use Point Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of Point in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return Point Modifier and Type Method Description Point[]Location. getPoints()Get 位置信息Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type Point Modifier and Type Method Description voidLocation. setPoints(Point[] Points)Set 位置信息Constructors in com.tencentcloudapi.cii.v20210408.models with parameters of type Point Constructor Description Point(Point 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.
-