Class PlatformProduct
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.PlatformProduct
-
public class PlatformProduct extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlatformProduct()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProductName()Get 平台产品名称StringgetProductType()Get 平台产品类型voidsetProductName(String ProductName)Set 平台产品名称voidsetProductType(String ProductType)Set 平台产品类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PlatformProduct
public PlatformProduct()
-
PlatformProduct
public 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.
-
-
Method Detail
-
getProductName
public String getProductName()
Get 平台产品名称- Returns:
- ProductName 平台产品名称
-
setProductName
public void setProductName(String ProductName)
Set 平台产品名称- Parameters:
ProductName- 平台产品名称
-
getProductType
public String getProductType()
Get 平台产品类型- Returns:
- ProductType 平台产品类型
-
setProductType
public void setProductType(String ProductType)
Set 平台产品类型- Parameters:
ProductType- 平台产品类型
-
-