public class ServerInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerInfo.RemoteConnection |
| Constructor and Description |
|---|
ServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
active() |
ServerInfo |
active(Boolean active) |
String |
architecture() |
ServerInfo |
architecture(String architecture) |
int |
cores() |
ServerInfo |
cores(int cores) |
Long |
diskSize() |
ServerInfo |
diskSize(Long diskSize) |
String |
id() |
ServerInfo |
id(String id) |
String |
ip() |
ServerInfo |
ip(String ip) |
String |
jvm() |
ServerInfo |
jvm(String jvm) |
double |
memorySize() |
ServerInfo |
memorySize(double memorySize) |
String |
os() |
ServerInfo |
os(String os) |
ServerInfo.RemoteConnection |
remoteConnection() |
ServerInfo |
remoteConnection(ServerInfo.RemoteConnection remoteConnection) |
public String id()
public Boolean active()
public String ip()
public String architecture()
public String os()
public String jvm()
public int cores()
public double memorySize()
public Long diskSize()
public ServerInfo.RemoteConnection remoteConnection()
public ServerInfo id(String id)
public ServerInfo active(Boolean active)
public ServerInfo ip(String ip)
public ServerInfo architecture(String architecture)
public ServerInfo os(String os)
public ServerInfo jvm(String jvm)
public ServerInfo cores(int cores)
public ServerInfo memorySize(double memorySize)
public ServerInfo diskSize(Long diskSize)
public ServerInfo remoteConnection(ServerInfo.RemoteConnection remoteConnection)
Copyright © 2019. All rights reserved.