public class ScreenTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenTaskInfo() |
ScreenTaskInfo(ScreenTaskInfo 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: Yesterday
|
Long |
getDayNum()
Get Daily task
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getFrozenNum()
Get Pause
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getHourNum()
Get Hourly task
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getMinuteNum()
Get Minute Task
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getMonthNum()
Get Monthly task
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 |
getStoppedNum()
Get StoppedNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStoppingNum()
Get StoppingNote: 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.
|
Long |
getWeekNum()
Get Weekly task
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getYearNum()
Get Annual task
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: Yesterday
|
void |
setDayNum(Long DayNum)
Set Daily task
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setFrozenNum(Long FrozenNum)
Set Pause
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setHourNum(Long HourNum)
Set Hourly task
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setMinuteNum(Long MinuteNum)
Set Minute Task
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setMonthNum(Long MonthNum)
Set Monthly task
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 |
setStoppedNum(Long StoppedNum)
Set StoppedNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStoppingNum(Long StoppingNum)
Set StoppingNote: 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 |
setWeekNum(Long WeekNum)
Set Weekly task
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setYearNum(Long YearNum)
Set Annual task
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScreenTaskInfo()
public ScreenTaskInfo(ScreenTaskInfo source)
public Long getCountTag()
public void setCountTag(Long CountTag)
CountTag
- Statistical Indicator 0: All Instances, 1: Current Day, 2: Yesterdaypublic 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 getStoppingNum()
public void setStoppingNum(Long StoppingNum)
StoppingNum
- StoppingNote: This field may return null, indicating that no valid value can be obtained.public Long getStoppedNum()
public void setStoppedNum(Long StoppedNum)
StoppedNum
- StoppedNote: This field may return null, indicating that no valid value can be obtained.public Long getFrozenNum()
public void setFrozenNum(Long FrozenNum)
FrozenNum
- Pause
Note: This field may return null, indicating that no valid value can be obtained.public Long getYearNum()
public void setYearNum(Long YearNum)
YearNum
- Annual task
Note: This field may return null, indicating that no valid value can be obtained.public Long getMonthNum()
public void setMonthNum(Long MonthNum)
MonthNum
- Monthly task
Note: This field may return null, indicating that no valid value can be obtained.public Long getWeekNum()
public void setWeekNum(Long WeekNum)
WeekNum
- Weekly task
Note: This field may return null, indicating that no valid value can be obtained.public Long getDayNum()
public void setDayNum(Long DayNum)
DayNum
- Daily task
Note: This field may return null, indicating that no valid value can be obtained.public Long getHourNum()
public void setHourNum(Long HourNum)
HourNum
- Hourly task
Note: This field may return null, indicating that no valid value can be obtained.public Long getMinuteNum()
public void setMinuteNum(Long MinuteNum)
MinuteNum
- Minute Task
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.