public class ModifyProductRequest extends AbstractModel
Constructor and Description |
---|
ModifyProductRequest() |
ModifyProductRequest(ModifyProductRequest 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 |
getName()
Get 商品名称
|
String |
getProductId()
Get 商品ID
|
String |
getRemark()
Get 备注
|
String |
getSpecification()
Get 商品规格
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setExt(Ext Ext)
Set 预留字段
|
void |
setLogo(String[] Logo)
Set 商品图片
|
void |
setName(String Name)
Set 商品名称
|
void |
setProductId(String ProductId)
Set 商品ID
|
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 ModifyProductRequest()
public ModifyProductRequest(ModifyProductRequest source)
public String getName()
public void setName(String Name)
Name
- 商品名称public String getProductId()
public void setProductId(String ProductId)
ProductId
- 商品IDpublic String getRemark()
public void setRemark(String Remark)
Remark
- 备注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 © 2023. All rights reserved.