org.jclouds.glesys.domain
Class ResourceUsageValue
java.lang.Object
org.jclouds.glesys.domain.ResourceUsageValue
public class ResourceUsageValue
- extends Object
Detailed information on usage
- Author:
- Adam Lowe
- See Also:
ServerStatus
ResourceUsageValue
@ConstructorProperties(value={"value","timestamp"})
protected ResourceUsageValue(double value,
Date timestamp)
builder
public static ResourceUsageValue.Builder<?> builder()
toBuilder
public ResourceUsageValue.Builder<?> toBuilder()
getValue
public double getValue()
getTimestamp
public Date getTimestamp()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.