Class FirmwareInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.FirmwareInfo
-
public class FirmwareInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FirmwareInfo()
FirmwareInfo(FirmwareInfo 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 Long
getCreateTime()
Get 固件创建时间Long
getCreateUserId()
Get 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。String
getCreatorNickName()
Get 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。String
getDescription()
Get 固件描述 注意:此字段可能返回 null,表示取不到有效值。String
getFwType()
Get 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。String
getMd5sum()
Get 固件MD5值String
getName()
Get 固件名称 注意:此字段可能返回 null,表示取不到有效值。String
getProductId()
Get 产品ID 注意:此字段可能返回 null,表示取不到有效值。String
getProductName()
Get 产品名称 注意:此字段可能返回 null,表示取不到有效值。String
getVersion()
Get 固件版本void
setCreateTime(Long CreateTime)
Set 固件创建时间void
setCreateUserId(Long CreateUserId)
Set 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。void
setCreatorNickName(String CreatorNickName)
Set 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。void
setDescription(String Description)
Set 固件描述 注意:此字段可能返回 null,表示取不到有效值。void
setFwType(String FwType)
Set 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。void
setMd5sum(String Md5sum)
Set 固件MD5值void
setName(String Name)
Set 固件名称 注意:此字段可能返回 null,表示取不到有效值。void
setProductId(String ProductId)
Set 产品ID 注意:此字段可能返回 null,表示取不到有效值。void
setProductName(String ProductName)
Set 产品名称 注意:此字段可能返回 null,表示取不到有效值。void
setVersion(String Version)
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
-
FirmwareInfo
public FirmwareInfo()
-
FirmwareInfo
public FirmwareInfo(FirmwareInfo 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
-
getVersion
public String getVersion()
Get 固件版本- Returns:
- Version 固件版本
-
setVersion
public void setVersion(String Version)
Set 固件版本- Parameters:
Version
- 固件版本
-
getMd5sum
public String getMd5sum()
Get 固件MD5值- Returns:
- Md5sum 固件MD5值
-
setMd5sum
public void setMd5sum(String Md5sum)
Set 固件MD5值- Parameters:
Md5sum
- 固件MD5值
-
getCreateTime
public Long getCreateTime()
Get 固件创建时间- Returns:
- CreateTime 固件创建时间
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 固件创建时间- Parameters:
CreateTime
- 固件创建时间
-
getProductName
public String getProductName()
Get 产品名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProductName 产品名称 注意:此字段可能返回 null,表示取不到有效值。
-
setProductName
public void setProductName(String ProductName)
Set 产品名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProductName
- 产品名称 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 固件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 固件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 固件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 固件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 固件描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 固件描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 固件描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description
- 固件描述 注意:此字段可能返回 null,表示取不到有效值。
-
getProductId
public String getProductId()
Get 产品ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProductId 产品ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProductId
public void setProductId(String ProductId)
Set 产品ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProductId
- 产品ID 注意:此字段可能返回 null,表示取不到有效值。
-
getFwType
public String getFwType()
Get 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FwType 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。
-
setFwType
public void setFwType(String FwType)
Set 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FwType
- 固件升级模块 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateUserId
public Long getCreateUserId()
Get 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateUserId 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateUserId
public void setCreateUserId(Long CreateUserId)
Set 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateUserId
- 创建者子 uin 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatorNickName
public String getCreatorNickName()
Get 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatorNickName 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatorNickName
public void setCreatorNickName(String CreatorNickName)
Set 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatorNickName
- 创建者昵称 注意:此字段可能返回 null,表示取不到有效值。
-
-