org.jclouds.glesys.domain
Class ResourceUsageInfo
java.lang.Object
org.jclouds.glesys.domain.ResourceUsageInfo
public class ResourceUsageInfo
- extends Object
Detailed information on usage
- Author:
- Adam Lowe
- See Also:
ServerStatus
ResourceUsageInfo
@ConstructorProperties(value={"type","resolution","unit"})
protected ResourceUsageInfo(String resource,
String resolution,
String unit)
builder
public static ResourceUsageInfo.Builder<?> builder()
toBuilder
public ResourceUsageInfo.Builder<?> toBuilder()
getResource
public String getResource()
getResolution
public String getResolution()
getUnit
public String getUnit()
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-2013 The Apache Software Foundation. All Rights Reserved.