public class PlatformProduct extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getProductName()
Get 平台产品名称
|
String |
getProductType()
Get 平台产品类型
|
void |
setProductName(String ProductName)
Set 平台产品名称
|
void |
setProductType(String ProductType)
Set 平台产品类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PlatformProduct()
public PlatformProduct(PlatformProduct source)
public String getProductName()
public void setProductName(String ProductName)
ProductName
- 平台产品名称public String getProductType()
public void setProductType(String ProductType)
ProductType
- 平台产品类型Copyright © 2024. All rights reserved.