public class Flavor extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Flavor.Builder<T extends Flavor.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Flavor(int id,
      String name,
      Integer disk,
      Integer ram)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Flavor.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Integer | 
getDisk()  | 
int | 
getId()  | 
String | 
getName()  | 
Integer | 
getRam()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Flavor.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static Flavor.Builder<?> builder()
public Flavor.Builder<?> toBuilder()
public int getId()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.