public class JobsStatisticsParser extends Object
| Constructor and Description |
|---|
JobsStatisticsParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceCount()
Getter for device counter
|
int |
getFailedCount()
Getter for the failed counter
|
int |
getPendingCount()
Getter for pending counter
|
int |
getRunningCount()
Getter for running counter
|
int |
getSucceededCount()
Getter for succeeded counter
|
public int getDeviceCount()
public int getFailedCount()
public int getSucceededCount()
public int getRunningCount()
public int getPendingCount()
Copyright © 2019. All rights reserved.