Class ProductModelDefinition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.ProductModelDefinition
-
public class ProductModelDefinition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProductModelDefinition()
ProductModelDefinition(ProductModelDefinition 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
getCategoryModel()
Get 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。Long
getCreateTime()
Get 创建时间,秒级时间戳String
getModelDefine()
Get 模型定义String
getNetTypeModel()
Get 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。String
getProductId()
Get 产品IDLong
getUpdateTime()
Get 更新时间,秒级时间戳void
setCategoryModel(String CategoryModel)
Set 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(Long CreateTime)
Set 创建时间,秒级时间戳void
setModelDefine(String ModelDefine)
Set 模型定义void
setNetTypeModel(String NetTypeModel)
Set 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。void
setProductId(String ProductId)
Set 产品IDvoid
setUpdateTime(Long UpdateTime)
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
-
ProductModelDefinition
public ProductModelDefinition()
-
ProductModelDefinition
public ProductModelDefinition(ProductModelDefinition 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
-
getModelDefine
public String getModelDefine()
Get 模型定义- Returns:
- ModelDefine 模型定义
-
setModelDefine
public void setModelDefine(String ModelDefine)
Set 模型定义- Parameters:
ModelDefine
- 模型定义
-
getUpdateTime
public Long getUpdateTime()
Get 更新时间,秒级时间戳- Returns:
- UpdateTime 更新时间,秒级时间戳
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 更新时间,秒级时间戳- Parameters:
UpdateTime
- 更新时间,秒级时间戳
-
getCreateTime
public Long getCreateTime()
Get 创建时间,秒级时间戳- Returns:
- CreateTime 创建时间,秒级时间戳
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间,秒级时间戳- Parameters:
CreateTime
- 创建时间,秒级时间戳
-
getCategoryModel
public String getCategoryModel()
Get 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CategoryModel 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。
-
setCategoryModel
public void setCategoryModel(String CategoryModel)
Set 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CategoryModel
- 产品所属分类的模型快照(产品创建时刻的) 注意:此字段可能返回 null,表示取不到有效值。
-
getNetTypeModel
public String getNetTypeModel()
Get 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NetTypeModel 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。
-
setNetTypeModel
public void setNetTypeModel(String NetTypeModel)
Set 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NetTypeModel
- 产品的连接类型的模型 注意:此字段可能返回 null,表示取不到有效值。
-
-