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