Uses of Class
com.tencentcloudapi.cme.v20191029.models.PlatformInfo
-
Packages that use PlatformInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of PlatformInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return PlatformInfo Modifier and Type Method Description PlatformInfo[]DescribePlatformsResponse. getPlatformInfoSet()Get 平台信息列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type PlatformInfo Modifier and Type Method Description voidDescribePlatformsResponse. setPlatformInfoSet(PlatformInfo[] PlatformInfoSet)Set 平台信息列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type PlatformInfo Constructor Description PlatformInfo(PlatformInfo 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.
-