Class ProductInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.ProductInfo
-
public class ProductInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProductId()
Get 产品IDProductMetadata
getProductMetadata()
Get 产品元数据String
getProductName()
Get 产品名ProductProperties
getProductProperties()
Get 产品属性void
setProductId(String ProductId)
Set 产品IDvoid
setProductMetadata(ProductMetadata ProductMetadata)
Set 产品元数据void
setProductName(String ProductName)
Set 产品名void
setProductProperties(ProductProperties ProductProperties)
Set 产品属性void
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
-
ProductInfo
public ProductInfo()
-
ProductInfo
public 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.
-
-
Method Detail
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId
- 产品ID
-
getProductName
public String getProductName()
Get 产品名- Returns:
- ProductName 产品名
-
setProductName
public void setProductName(String ProductName)
Set 产品名- Parameters:
ProductName
- 产品名
-
getProductMetadata
public ProductMetadata getProductMetadata()
Get 产品元数据- Returns:
- ProductMetadata 产品元数据
-
setProductMetadata
public void setProductMetadata(ProductMetadata ProductMetadata)
Set 产品元数据- Parameters:
ProductMetadata
- 产品元数据
-
getProductProperties
public ProductProperties getProductProperties()
Get 产品属性- Returns:
- ProductProperties 产品属性
-
setProductProperties
public void setProductProperties(ProductProperties ProductProperties)
Set 产品属性- Parameters:
ProductProperties
- 产品属性
-
-