public class TaskInstanceCountDto extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskInstanceCountDto() |
TaskInstanceCountDto(TaskInstanceCountDto 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 |
getDepend()
Get 等待上游实例数
|
Long |
getFailed()
Get 失败实例数
|
Long |
getRunning()
Get 执行中实例数
|
Long |
getStopped()
Get 永久终止实例数
|
Long |
getSuccess()
Get 成功的实例数
|
Long |
getWaiting()
Get 等待中的实例数
|
void |
setDepend(Long Depend)
Set 等待上游实例数
|
void |
setFailed(Long Failed)
Set 失败实例数
|
void |
setRunning(Long Running)
Set 执行中实例数
|
void |
setStopped(Long Stopped)
Set 永久终止实例数
|
void |
setSuccess(Long Success)
Set 成功的实例数
|
void |
setWaiting(Long Waiting)
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, toJsonString
public TaskInstanceCountDto()
public TaskInstanceCountDto(TaskInstanceCountDto source)
public Long getSuccess()
public void setSuccess(Long Success)
Success
- 成功的实例数public Long getRunning()
public void setRunning(Long Running)
Running
- 执行中实例数public Long getWaiting()
public void setWaiting(Long Waiting)
Waiting
- 等待中的实例数public Long getDepend()
public void setDepend(Long Depend)
Depend
- 等待上游实例数public Long getFailed()
public void setFailed(Long Failed)
Failed
- 失败实例数public Long getStopped()
public void setStopped(Long Stopped)
Stopped
- 永久终止实例数Copyright © 2024. All rights reserved.