public class Status extends Object
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAnalyses()
Analyses bound
|
int |
getBytes()
Returns the number of bytes consumed by the Application
|
List<String> |
getDatasets()
Datasets bound
|
int |
getLimit()
Returns the limit of the Application
|
int |
getOwner()
Returns the owner id
|
int |
getRequests()
Returns the number of request attended by the Application
|
int |
getSeconds()
Returns the number of seconds that the application has been active
|
boolean |
isAccessible()
Returns true if the Application is accessible
|
void |
setAnalyses(List<String> analyses)
Set analyses
|
void |
setDatasets(List<String> datasets)
Set datasets
|
void |
setOwner(int owner)
Set the owner id
|
public int getOwner()
public void setOwner(int owner)
owner - idpublic boolean isAccessible()
public int getBytes()
public int getRequests()
public int getLimit()
public int getSeconds()
Copyright © 2014 Redlink GmbH. All rights reserved.