Package org.jclouds.cloudstack.domain
Class OSType
- java.lang.Object
-
- org.jclouds.cloudstack.domain.OSType
-
- All Implemented Interfaces:
Comparable<OSType>
public class OSType extends Object implements Comparable<OSType>
Class OSType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSType.Builder<T extends OSType.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OSType.Builder<?>builder()intcompareTo(OSType o)booleanequals(Object obj)StringgetDescription()StringgetId()StringgetOSCategoryId()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()OSType.Builder<?>toBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static OSType.Builder<?> builder()
-
toBuilder
public OSType.Builder<?> toBuilder()
-
getId
public String getId()
- Returns:
- the ID of the OS type
-
getDescription
@Nullable public String getDescription()
- Returns:
- the name/description of the OS type
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
compareTo
public int compareTo(OSType o)
- Specified by:
compareToin interfaceComparable<OSType>
-
-