public class CreateProductRequest extends AbstractModel
Constructor and Description |
---|
CreateProductRequest() |
CreateProductRequest(CreateProductRequest 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 |
---|---|
Long |
getCorpId()
Get 企业ID
|
Ext |
getExt()
Get 预留字段
|
String[] |
getLogo()
Get 商品图片
|
String |
getMerchantId()
Get 商户ID
|
String |
getMerchantName()
Get 商户名称
|
String |
getName()
Get 商品名称
|
String |
getRemark()
Get 备注
|
String |
getSpecification()
Get 商品规格
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setExt(Ext Ext)
Set 预留字段
|
void |
setLogo(String[] Logo)
Set 商品图片
|
void |
setMerchantId(String MerchantId)
Set 商户ID
|
void |
setMerchantName(String MerchantName)
Set 商户名称
|
void |
setName(String Name)
Set 商品名称
|
void |
setRemark(String Remark)
Set 备注
|
void |
setSpecification(String Specification)
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 CreateProductRequest()
public CreateProductRequest(CreateProductRequest source)
public String getName()
public void setName(String Name)
Name
- 商品名称public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商户IDpublic String getRemark()
public void setRemark(String Remark)
Remark
- 备注public String getMerchantName()
public void setMerchantName(String MerchantName)
MerchantName
- 商户名称public String getSpecification()
public void setSpecification(String Specification)
Specification
- 商品规格public String[] getLogo()
public void setLogo(String[] Logo)
Logo
- 商品图片public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Ext getExt()
public void setExt(Ext Ext)
Ext
- 预留字段Copyright © 2022. All rights reserved.