public class ResourceUsageValue extends Object
ServerStatus
Modifier and Type | Class and Description |
---|---|
static class |
ResourceUsageValue.Builder<T extends ResourceUsageValue.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ResourceUsageValue(double value,
Date timestamp) |
Modifier and Type | Method and Description |
---|---|
static ResourceUsageValue.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Date |
getTimestamp() |
double |
getValue() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ResourceUsageValue.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"value","timestamp"}) protected ResourceUsageValue(double value, Date timestamp)
public static ResourceUsageValue.Builder<?> builder()
public ResourceUsageValue.Builder<?> toBuilder()
public double getValue()
public Date getTimestamp()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.