public class ScreenInstanceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScreenInstanceInfo() | 
| ScreenInstanceInfo(ScreenInstanceInfo 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 | getCountTag()Get Statistical Indicator 0: All Instances, 1: Current Day, 2: YesterdayNote: This field may return null, indicating that no valid value can be obtained. | 
| Long | getDependencyNum()Get Wait for Upstream
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getFailedNum()Get Failed
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getRunningNum()Get RunningNote: This field may return null, indicating that no valid value can be obtained. | 
| Long | getStoppingNum()Get Terminating
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getSucceedNum()Get SuccessNote: This field may return null, indicating that no valid value can be obtained. | 
| Long | getTotalNum()Get Total numberNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getWaitEventNum()Get Waiting for Event
Note: This field may return null, indicating that no valid value can be obtained. | 
| Long | getWaitRunningNum()Get Pending Execution
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCountTag(Long CountTag)Set Statistical Indicator 0: All Instances, 1: Current Day, 2: YesterdayNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setDependencyNum(Long DependencyNum)Set Wait for Upstream
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFailedNum(Long FailedNum)Set Failed
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setRunningNum(Long RunningNum)Set RunningNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setStoppingNum(Long StoppingNum)Set Terminating
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSucceedNum(Long SucceedNum)Set SuccessNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setTotalNum(Long TotalNum)Set Total numberNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setWaitEventNum(String WaitEventNum)Set Waiting for Event
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setWaitRunningNum(Long WaitRunningNum)Set Pending Execution
Note: This field may return null, indicating that no valid value can be obtained. | 
| 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 ScreenInstanceInfo()
public ScreenInstanceInfo(ScreenInstanceInfo source)
public Long getCountTag()
public void setCountTag(Long CountTag)
CountTag - Statistical Indicator 0: All Instances, 1: Current Day, 2: YesterdayNote: This field may return null, indicating that no valid value can be obtained.public Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum - Total numberNote: This field may return null, indicating that no valid value can be obtained.public Long getRunningNum()
public void setRunningNum(Long RunningNum)
RunningNum - RunningNote: This field may return null, indicating that no valid value can be obtained.public Long getWaitRunningNum()
public void setWaitRunningNum(Long WaitRunningNum)
WaitRunningNum - Pending Execution
Note: This field may return null, indicating that no valid value can be obtained.public Long getDependencyNum()
public void setDependencyNum(Long DependencyNum)
DependencyNum - Wait for Upstream
Note: This field may return null, indicating that no valid value can be obtained.public String getWaitEventNum()
public void setWaitEventNum(String WaitEventNum)
WaitEventNum - Waiting for Event
Note: This field may return null, indicating that no valid value can be obtained.public Long getStoppingNum()
public void setStoppingNum(Long StoppingNum)
StoppingNum - Terminating
Note: This field may return null, indicating that no valid value can be obtained.public Long getSucceedNum()
public void setSucceedNum(Long SucceedNum)
SucceedNum - SuccessNote: This field may return null, indicating that no valid value can be obtained.public Long getFailedNum()
public void setFailedNum(Long FailedNum)
FailedNum - Failed
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.