public class AppJobInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppJobInfo() |
AppJobInfo(AppJobInfo 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 |
---|---|
String |
getErrMsg()
Get 错误信息
|
Long |
getId()
Get 任务id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStep()
Get 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStepDesc()
Get 当前步骤详情
|
Long |
getTotalStep()
Get 任务总共步骤数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrMsg(String ErrMsg)
Set 错误信息
|
void |
setId(Long Id)
Set 任务id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStep(Long Step)
Set 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepDesc(String StepDesc)
Set 当前步骤详情
|
void |
setTotalStep(Long TotalStep)
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 AppJobInfo()
public AppJobInfo(AppJobInfo source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 状态
注意:此字段可能返回 null,表示取不到有效值。public Long getStep()
public void setStep(Long Step)
Step
- 当前步骤
注意:此字段可能返回 null,表示取不到有效值。public Long getId()
public void setId(Long Id)
Id
- 任务id
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalStep()
public void setTotalStep(Long TotalStep)
TotalStep
- 任务总共步骤数
注意:此字段可能返回 null,表示取不到有效值。public String getStepDesc()
public void setStepDesc(String StepDesc)
StepDesc
- 当前步骤详情public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 错误信息Copyright © 2025. All rights reserved.