public class VCloudOperatingSystemSection extends OperatingSystemSection
OperatingSystemSection.Builder
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
edit |
protected URI |
href |
protected String |
type |
protected String |
vmwOsType |
description, id
Constructor and Description |
---|
VCloudOperatingSystemSection(Integer id,
String info,
String description,
String type,
URI href,
String vmwOsType,
ReferenceType edit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ReferenceType |
getEdit() |
URI |
getHref() |
String |
getType() |
String |
getVmwOsType() |
int |
hashCode() |
String |
toString() |
builder, getDescription, getId, toBuilder
protected final String type
protected final URI href
protected final ReferenceType edit
public String getType()
public URI getHref()
public String getVmwOsType()
public ReferenceType getEdit()
public String toString()
toString
in class OperatingSystemSection
public int hashCode()
hashCode
in class OperatingSystemSection
public boolean equals(Object obj)
equals
in class OperatingSystemSection
Copyright © 2009-2012 jclouds. All Rights Reserved.