Package org.jclouds.gogrid.domain
Class Option
java.lang.Object
org.jclouds.gogrid.domain.Option
- All Implemented Interfaces:
Comparable<Option>
Class Option
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Option
@ConstructorProperties({"id","name","description"}) protected Option(Long id, String name, @Nullable String description)
-
-
Method Details
-
builder
-
toBuilder
-
createWithIdNameAndDescription
-
getId
-
getName
-
getDescription
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Option>
-