Uses of Class
com.tencentcloudapi.ump.v20200918.models.ZoneConfig
-
Packages that use ZoneConfig Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of ZoneConfig in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return ZoneConfig Modifier and Type Method Description ZoneConfig[]DescribeZonesResponse. getZones()Get 点位列表Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type ZoneConfig Modifier and Type Method Description voidDescribeZonesResponse. setZones(ZoneConfig[] Zones)Set 点位列表Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type ZoneConfig Constructor Description ZoneConfig(ZoneConfig 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.
-