Package org.jclouds.glesys.domain
Class ResourceUsageInfo
- java.lang.Object
-
- org.jclouds.glesys.domain.ResourceUsageInfo
-
public class ResourceUsageInfo extends Object
Detailed information on usage- See Also:
ServerStatus
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceUsageInfo.Builder<T extends ResourceUsageInfo.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResourceUsageInfo(String resource, String resolution, String unit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceUsageInfo.Builder<?>
builder()
boolean
equals(Object obj)
String
getResolution()
String
getResource()
String
getUnit()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
ResourceUsageInfo.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
ResourceUsageInfo
@ConstructorProperties({"type","resolution","unit"}) protected ResourceUsageInfo(String resource, String resolution, String unit)
-
-
Method Detail
-
builder
public static ResourceUsageInfo.Builder<?> builder()
-
toBuilder
public ResourceUsageInfo.Builder<?> toBuilder()
-
getResource
public String getResource()
-
getResolution
public String getResolution()
-
getUnit
public String getUnit()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-