public class SchedulerTaskDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
SchedulerTaskDetail() |
SchedulerTaskDetail(SchedulerTaskDetail 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 |
getFailReason()
Get 失败信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getJobId()
Get 用来获取详情的id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProgress()
Get 进度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStep()
Get 步骤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFailReason(String FailReason)
Set 失败信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJobId(Long JobId)
Set 用来获取详情的id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProgress(String Progress)
Set 进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStep(String Step)
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 SchedulerTaskDetail()
public SchedulerTaskDetail(SchedulerTaskDetail source)
public String getStep()
public void setStep(String Step)
Step
- 步骤
注意:此字段可能返回 null,表示取不到有效值。public String getProgress()
public void setProgress(String Progress)
Progress
- 进度
注意:此字段可能返回 null,表示取不到有效值。public String getFailReason()
public void setFailReason(String FailReason)
FailReason
- 失败信息
注意:此字段可能返回 null,表示取不到有效值。public Long getJobId()
public void setJobId(Long JobId)
JobId
- 用来获取详情的id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.