public class Option extends Object implements Comparable<Option>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Option.Builder<T extends Option.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Option(Long id,
      String name,
      String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Option.Builder<?> | 
builder()  | 
int | 
compareTo(Option o)  | 
static Option | 
createWithIdNameAndDescription(Long id,
                              String name,
                              String description)  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()  | 
Long | 
getId()  | 
String | 
getName()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Option.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static Option.Builder<?> builder()
public Option.Builder<?> toBuilder()
public static Option createWithIdNameAndDescription(Long id, String name, String description)
public Long getId()
public String getName()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(Option o)
compareTo in interface Comparable<Option>Copyright © 2009-2013 jclouds. All Rights Reserved.