public class OperatingSystemSection extends SectionType
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>>  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
description  | 
protected int | 
id  | 
protected String | 
version  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
OperatingSystemSection()  | 
  | 
OperatingSystemSection(OperatingSystemSection.Builder<?> builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OperatingSystemSection.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
Gets the description or null 
 | 
int | 
getId()
Gets the OVF id 
 | 
String | 
getVersion()
Gets the version 
 | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
OperatingSystemSection.Builder<?> | 
toBuilder()  | 
getInfo, isRequired, setInfo, toStringprotected int id
protected String version
protected String description
public OperatingSystemSection(OperatingSystemSection.Builder<?> builder)
protected OperatingSystemSection()
public static OperatingSystemSection.Builder<?> builder()
public OperatingSystemSection.Builder<?> toBuilder()
public int getId()
org.jclouds.vcloud.director.v1_5.domain.cim.OSType#getCode()public String getVersion()
public String getDescription()
public int hashCode()
hashCode in class SectionTypepublic boolean equals(Object obj)
equals in class SectionTypeprotected com.google.common.base.Objects.ToStringHelper string()
string in class SectionTypeCopyright © 2009-2013 jclouds. All Rights Reserved.