public class StatusStatistic extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getStatus()
Get 任务状态
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 统计总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 任务状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 统计总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StatusStatistic()
public StatusStatistic(StatusStatistic source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 任务状态
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total
- 统计总数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.