public class JobStatistics extends Object
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 © 2021. All rights reserved.