Uses of Class
com.tencentcloudapi.ump.v20200918.models.Polygon
-
Packages that use Polygon Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of Polygon in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return Polygon Modifier and Type Method Description Polygon[]ModifyMultiBizConfigRequest. getMonitoringAreas()Get 监控区域Polygon[]Config. getTrackAreas()Get 检测区标注Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type Polygon Modifier and Type Method Description voidModifyMultiBizConfigRequest. setMonitoringAreas(Polygon[] MonitoringAreas)Set 监控区域voidConfig. setTrackAreas(Polygon[] TrackAreas)Set 检测区标注Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type Polygon Constructor Description Polygon(Polygon 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.
-