Uses of Class
com.tencentcloudapi.ump.v20200918.models.Point
-
Packages that use Point Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of Point in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return Point Modifier and Type Method Description Point[]Config. getMallArea()Get 门线标注Point[]MultiBizWarning. getMonitoringArea()Get 监控区域Point[]Polygon. getPoints()Get 标注列表Point[]Config. getShopArea()Get 店门标注Point[]ZoneArea. getShopArea()Get 店门标注Point[]MultiBizWarningInfo. getWarningAreaContour()Get 告警侵占或消失轮廓PointMultiBizWarningInfo. getWarningLocation()Get 告警侵占或消失坐标Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type Point Modifier and Type Method Description voidConfig. setMallArea(Point[] MallArea)Set 门线标注voidMultiBizWarning. setMonitoringArea(Point[] MonitoringArea)Set 监控区域voidPolygon. setPoints(Point[] Points)Set 标注列表voidConfig. setShopArea(Point[] ShopArea)Set 店门标注voidZoneArea. setShopArea(Point[] ShopArea)Set 店门标注voidMultiBizWarningInfo. setWarningAreaContour(Point[] WarningAreaContour)Set 告警侵占或消失轮廓voidMultiBizWarningInfo. setWarningLocation(Point WarningLocation)Set 告警侵占或消失坐标Constructors in com.tencentcloudapi.ump.v20200918.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.
-