public class ServerUptime extends Object
ServerStatus| Modifier and Type | Class and Description |
|---|---|
static class |
ServerUptime.Builder |
| Constructor and Description |
|---|
ServerUptime(long current,
String unit) |
| Modifier and Type | Method and Description |
|---|---|
static ServerUptime.Builder |
builder() |
boolean |
equals(Object object) |
long |
getCurrent() |
String |
getUnit() |
int |
hashCode() |
String |
toString() |
public ServerUptime(long current,
String unit)
public static ServerUptime.Builder builder()
public long getCurrent()
public String getUnit()
Copyright © 2009-2012 jclouds. All Rights Reserved.