Class ModifyProductRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.ModifyProductRequest
-
public class ModifyProductRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCorpId()Get 企业IDExtgetExt()Get 预留字段String[]getLogo()Get 商品图片StringgetName()Get 商品名称StringgetProductId()Get 商品IDStringgetRemark()Get 备注StringgetSpecification()Get 商品规格voidsetCorpId(Long CorpId)Set 企业IDvoidsetExt(Ext Ext)Set 预留字段voidsetLogo(String[] Logo)Set 商品图片voidsetName(String Name)Set 商品名称voidsetProductId(String ProductId)Set 商品IDvoidsetRemark(String Remark)Set 备注voidsetSpecification(String Specification)Set 商品规格voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyProductRequest
public ModifyProductRequest()
-
ModifyProductRequest
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 商品名称- Returns:
- Name 商品名称
-
setName
public void setName(String Name)
Set 商品名称- Parameters:
Name- 商品名称
-
getProductId
public String getProductId()
Get 商品ID- Returns:
- ProductId 商品ID
-
setProductId
public void setProductId(String ProductId)
Set 商品ID- Parameters:
ProductId- 商品ID
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark- 备注
-
getSpecification
public String getSpecification()
Get 商品规格- Returns:
- Specification 商品规格
-
setSpecification
public void setSpecification(String Specification)
Set 商品规格- Parameters:
Specification- 商品规格
-
getLogo
public String[] getLogo()
Get 商品图片- Returns:
- Logo 商品图片
-
setLogo
public void setLogo(String[] Logo)
Set 商品图片- Parameters:
Logo- 商品图片
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId- 企业ID
-
getExt
public Ext getExt()
Get 预留字段- Returns:
- Ext 预留字段
-
setExt
public void setExt(Ext Ext)
Set 预留字段- Parameters:
Ext- 预留字段
-
-