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 |
getName()
Get 商品详情名称标识
|
String |
getValue()
Get 商品详情
|
void |
setName(String Name)
Set 商品详情名称标识
|
void |
setValue(String Value)
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 getName()
public void setName(String Name)
Name
- 商品详情名称标识public String getValue()
public void setValue(String Value)
Value
- 商品详情Copyright © 2021. All rights reserved.