public class ProcessDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcessDetail() |
ProcessDetail(ProcessDetail 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 |
getCompleted()
Get 已完成数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRemain()
Get 剩余数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTaskType()
Get 任务类型:
60:重启型任务
70:分片迁移型任务
80:节点变配任务
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 总数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCompleted(Long Completed)
Set 已完成数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemain(Long Remain)
Set 剩余数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskType(Long TaskType)
Set 任务类型:
60:重启型任务
70:分片迁移型任务
80:节点变配任务
注意:此字段可能返回 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProcessDetail()
public ProcessDetail(ProcessDetail source)
public Long getCompleted()
public void setCompleted(Long Completed)
Completed
- 已完成数量
注意:此字段可能返回 null,表示取不到有效值。public Long getRemain()
public void setRemain(Long Remain)
Remain
- 剩余数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total
- 总数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型:
60:重启型任务
70:分片迁移型任务
80:节点变配任务
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.