public class LoadStatistics extends BaseModel
| Constructor and Description |
|---|
LoadStatistics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HourMinSec10 |
getBusyExecutors() |
HourMinSec10 |
getQueueLength() |
HourMinSec10 |
getTotalExecutors() |
int |
hashCode() |
void |
setBusyExecutors(HourMinSec10 busyExecutors) |
void |
setQueueLength(HourMinSec10 queueLength) |
void |
setTotalExecutors(HourMinSec10 totalExecutors) |
public HourMinSec10 getBusyExecutors()
public void setBusyExecutors(HourMinSec10 busyExecutors)
public HourMinSec10 getQueueLength()
public void setQueueLength(HourMinSec10 queueLength)
public HourMinSec10 getTotalExecutors()
public void setTotalExecutors(HourMinSec10 totalExecutors)
Copyright © 2016. All rights reserved.