public class Job extends AbstractModel
header, skipSign
Constructor and Description |
---|
Job() |
Job(Job 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 |
getJobId()
Get 调度ID
|
String |
getStatus()
Get 执行状态 init:初始化, pending: 执行中, done: 执行成功, error: 执行失败
|
void |
setJobId(Long JobId)
Set 调度ID
|
void |
setStatus(String Status)
Set 执行状态 init:初始化, pending: 执行中, done: 执行成功, error: 执行失败
|
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 Job()
public Job(Job source)
public Long getJobId()
public void setJobId(Long JobId)
JobId
- 调度IDpublic String getStatus()
public void setStatus(String Status)
Status
- 执行状态 init:初始化, pending: 执行中, done: 执行成功, error: 执行失败Copyright © 2024. All rights reserved.