Class FirmwareTaskInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.FirmwareTaskInfo
-
public class FirmwareTaskInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FirmwareTaskInfo()
FirmwareTaskInfo(FirmwareTaskInfo 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 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。Long
getStatus()
Get 任务状态 注意:此字段可能返回 null,表示取不到有效值。Long
getTaskId()
Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。Long
getType()
Get 任务类型 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(Long CreateTime)
Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。void
setStatus(Long Status)
Set 任务状态 注意:此字段可能返回 null,表示取不到有效值。void
setTaskId(Long TaskId)
Set 任务ID 注意:此字段可能返回 null,表示取不到有效值。void
setType(Long Type)
Set 任务类型 注意:此字段可能返回 null,表示取不到有效值。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
-
FirmwareTaskInfo
public FirmwareTaskInfo()
-
FirmwareTaskInfo
public FirmwareTaskInfo(FirmwareTaskInfo 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
-
getTaskId
public Long getTaskId()
Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskId 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskId
- 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 任务状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 任务状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- 任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 任务类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 任务类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(Long Type)
Set 任务类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type
- 任务类型 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public Long getCreateTime()
Get 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime
- 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
-