Class FirmwareTaskInfo

    • 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,表示取不到有效值。