Class UpdateProductRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.UpdateProductRequest
-
public class UpdateProductRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateProductRequest()
UpdateProductRequest(UpdateProductRequest 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 DataTemplate[]
getDataTemplate()
Get 数据模版String
getDescription()
Get 产品描述String
getName()
Get 产品名称String
getProductId()
Get 产品Idvoid
setDataTemplate(DataTemplate[] DataTemplate)
Set 数据模版void
setDescription(String Description)
Set 产品描述void
setName(String Name)
Set 产品名称void
setProductId(String ProductId)
Set 产品Idvoid
toMap(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
-
UpdateProductRequest
public UpdateProductRequest()
-
UpdateProductRequest
public UpdateProductRequest(UpdateProductRequest 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
-
getProductId
public String getProductId()
Get 产品Id- Returns:
- ProductId 产品Id
-
setProductId
public void setProductId(String ProductId)
Set 产品Id- Parameters:
ProductId
- 产品Id
-
getName
public String getName()
Get 产品名称- Returns:
- Name 产品名称
-
setName
public void setName(String Name)
Set 产品名称- Parameters:
Name
- 产品名称
-
getDescription
public String getDescription()
Get 产品描述- Returns:
- Description 产品描述
-
setDescription
public void setDescription(String Description)
Set 产品描述- Parameters:
Description
- 产品描述
-
getDataTemplate
public DataTemplate[] getDataTemplate()
Get 数据模版- Returns:
- DataTemplate 数据模版
-
setDataTemplate
public void setDataTemplate(DataTemplate[] DataTemplate)
Set 数据模版- Parameters:
DataTemplate
- 数据模版
-
-