Class StatusStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.StatusStatistic
-
public class StatusStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StatusStatistic()StatusStatistic(StatusStatistic 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 LonggetStatus()Get 任务状态 注意:此字段可能返回 null,表示取不到有效值。LonggetTotal()Get 统计总数 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 任务状态 注意:此字段可能返回 null,表示取不到有效值。voidsetTotal(Long Total)Set 统计总数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
StatusStatistic
public StatusStatistic()
-
StatusStatistic
public StatusStatistic(StatusStatistic 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
-
getStatus
public Long getStatus()
Get 任务状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 任务状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
getTotal
public Long getTotal()
Get 统计总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Total 统计总数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotal
public void setTotal(Long Total)
Set 统计总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Total- 统计总数 注意:此字段可能返回 null,表示取不到有效值。
-
-