public class ServerStatus extends Object implements Serializable
| Constructor and Description |
|---|
ServerStatus() |
| Modifier and Type | Method and Description |
|---|---|
double |
cpu() |
ServerStatus |
cpu(double cpu) |
java.time.Instant |
created() |
ServerStatus |
created(java.time.Instant created) |
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) |
public java.time.Instant created()
public String id()
public double memory()
public double hdd()
public double cpu()
public Integer inboundConnections()
public Integer outboundConnections()
public ServerStatus created(java.time.Instant created)
public ServerStatus id(String id)
public ServerStatus memory(double memory)
public ServerStatus hdd(double hdd)
public ServerStatus cpu(double cpu)
public ServerStatus inboundConnections(Integer inboundConnections)
public ServerStatus outboundConnections(Integer outboundConnections)
Copyright © 2017. All rights reserved.