Uses of Class
com.tencentcloudapi.gpm.v20200820.models.RegionLatency
-
Packages that use RegionLatency Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of RegionLatency in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return RegionLatency Modifier and Type Method Description RegionLatency[]Player. getRegionLatencies()Get 各区域延迟,最多 20 条Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type RegionLatency Modifier and Type Method Description voidPlayer. setRegionLatencies(RegionLatency[] RegionLatencies)Set 各区域延迟,最多 20 条Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type RegionLatency Constructor Description RegionLatency(RegionLatency 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.
-