Uses of Class
com.tencentcloudapi.eb.v20210416.models.PlatformProduct
-
Packages that use PlatformProduct Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of PlatformProduct in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return PlatformProduct Modifier and Type Method Description PlatformProduct[]ListPlatformProductsResponse. getPlatformProducts()Get 平台产品列表Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type PlatformProduct Modifier and Type Method Description voidListPlatformProductsResponse. setPlatformProducts(PlatformProduct[] PlatformProducts)Set 平台产品列表Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type PlatformProduct Constructor Description PlatformProduct(PlatformProduct 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.
-