public class SystemStatus extends Object implements Serializable
| Constructor and Description |
|---|
SystemStatus() |
| Modifier and Type | Method and Description |
|---|---|
double |
cpu() |
SystemStatus |
cpu(double cpu) |
String |
id() |
SystemStatus |
id(String id) |
double |
memory() |
SystemStatus |
memory(double memory) |
String |
project() |
SystemStatus |
project(String project) |
String |
serverID() |
SystemStatus |
serverID(String serverID) |
Boolean |
started() |
SystemStatus |
started(Boolean started) |
Integer |
threads() |
SystemStatus |
threads(Integer threads) |
java.time.Instant |
ts() |
SystemStatus |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String project()
public String id()
public String serverID()
public Boolean started()
public double memory()
public double cpu()
public Integer threads()
public SystemStatus ts(java.time.Instant ts)
public SystemStatus project(String project)
public SystemStatus id(String id)
public SystemStatus serverID(String serverID)
public SystemStatus started(Boolean started)
public SystemStatus memory(double memory)
public SystemStatus cpu(double cpu)
public SystemStatus threads(Integer threads)
Copyright © 2018. All rights reserved.