Package org.jclouds.cloudstack.domain
Class OSType
java.lang.Object
org.jclouds.cloudstack.domain.OSType
- All Implemented Interfaces:
Comparable<OSType>
Class OSType
-
Constructor Details
-
OSType
-
-
Method Details
-
builder
-
toBuilder
-
getId
- Returns:
- the ID of the OS type
-
getOSCategoryId
- Returns:
- the ID of the OS category
-
getDescription
- Returns:
- the name/description of the OS type
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<OSType>
-