public class OperatingSystemSection extends Section<OperatingSystemSection>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OperatingSystemSection.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
description  | 
protected Integer | 
id  | 
| Constructor and Description | 
|---|
OperatingSystemSection(Integer id,
                      String info,
                      String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OperatingSystemSection.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()  | 
Integer | 
getId()  | 
int | 
hashCode()  | 
OperatingSystemSection.Builder | 
toBuilder() | 
String | 
toString()  | 
public static OperatingSystemSection.Builder builder()
public OperatingSystemSection.Builder toBuilder()
toBuilder in class Section<OperatingSystemSection>public Integer getId()
OSType#getCode()public String getDescription()
public int hashCode()
hashCode in class Section<OperatingSystemSection>public boolean equals(Object obj)
equals in class Section<OperatingSystemSection>public String toString()
toString in class Section<OperatingSystemSection>Copyright © 2009-2013 jclouds. All Rights Reserved.