Uses of Class
com.tencentcloudapi.mps.v20190612.models.RegionInfo
-
Packages that use RegionInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of RegionInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return RegionInfo Modifier and Type Method Description RegionInfo[]StreamLinkRegionInfo. getRegions()Get 媒体直传输的地区信息列表。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type RegionInfo Modifier and Type Method Description voidStreamLinkRegionInfo. setRegions(RegionInfo[] Regions)Set 媒体直传输的地区信息列表。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type RegionInfo Constructor Description RegionInfo(RegionInfo 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.
-