public class ProductInfo extends AbstractModel
Constructor and Description |
---|
ProductInfo() |
ProductInfo(ProductInfo 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 |
getProductId()
Get 产品ID
|
ProductMetadata |
getProductMetadata()
Get 产品元数据
|
String |
getProductName()
Get 产品名
|
ProductProperties |
getProductProperties()
Get 产品属性
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setProductMetadata(ProductMetadata ProductMetadata)
Set 产品元数据
|
void |
setProductName(String ProductName)
Set 产品名
|
void |
setProductProperties(ProductProperties ProductProperties)
Set 产品属性
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProductInfo()
public ProductInfo(ProductInfo source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名public ProductMetadata getProductMetadata()
public void setProductMetadata(ProductMetadata ProductMetadata)
ProductMetadata
- 产品元数据public ProductProperties getProductProperties()
public void setProductProperties(ProductProperties ProductProperties)
ProductProperties
- 产品属性Copyright © 2021. All rights reserved.