public class ServerStatus extends Object implements Serializable
| Constructor and Description |
|---|
ServerStatus() |
| Modifier and Type | Method and Description |
|---|---|
double |
cpu() |
ServerStatus |
cpu(double cpu) |
double |
hdd() |
ServerStatus |
hdd(double hdd) |
String |
id() |
ServerStatus |
id(String id) |
Integer |
inboundConnections() |
ServerStatus |
inboundConnections(Integer inboundConnections) |
double |
memory() |
ServerStatus |
memory(double memory) |
Integer |
outboundConnections() |
ServerStatus |
outboundConnections(Integer outboundConnections) |
double |
temperature() |
ServerStatus |
temperature(double temperature) |
java.time.Instant |
ts() |
ServerStatus |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String id()
public double memory()
public double hdd()
public double cpu()
public double temperature()
public Integer inboundConnections()
public Integer outboundConnections()
public ServerStatus ts(java.time.Instant ts)
public ServerStatus id(String id)
public ServerStatus memory(double memory)
public ServerStatus hdd(double hdd)
public ServerStatus cpu(double cpu)
public ServerStatus temperature(double temperature)
public ServerStatus inboundConnections(Integer inboundConnections)
public ServerStatus outboundConnections(Integer outboundConnections)
Copyright © 2018. All rights reserved.