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 失败信息 | 
| Long | getJobId()Get 用来获取详情的id | 
| String | getProgress()Get 进度 | 
| String | getStep()Get 步骤 | 
| void | setFailReason(String FailReason)Set 失败信息 | 
| void | setJobId(Long JobId)Set 用来获取详情的id | 
| void | setProgress(String Progress)Set 进度 | 
| void | setStep(String Step)Set 步骤 | 
| 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, toJsonStringpublic SchedulerTaskDetail()
public SchedulerTaskDetail(SchedulerTaskDetail source)
public String getStep()
public void setStep(String Step)
Step - 步骤public String getProgress()
public void setProgress(String Progress)
Progress - 进度public String getFailReason()
public void setFailReason(String FailReason)
FailReason - 失败信息public Long getJobId()
public void setJobId(Long JobId)
JobId - 用来获取详情的idCopyright © 2025. All rights reserved.