public class OperatingSystemSection
extends org.jclouds.dmtf.ovf.OperatingSystemSection
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
OperatingSystemSection() |
|
OperatingSystemSection(OperatingSystemSection.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemSection.Builder<?> |
builder() |
boolean |
equals(Object obj) |
URI |
getHref()
Contains the URI to the entity.
|
Set<Link> |
getLinks()
Set of optional links to an entity or operation associated with this object.
|
String |
getOsType()
Gets the osType
|
String |
getType()
Contains the type of the the entity.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
OperatingSystemSection.Builder<?> |
toBuilder() |
getDescription, getId, getVersionprotected String osType
public OperatingSystemSection(OperatingSystemSection.Builder<?> builder)
protected OperatingSystemSection()
public static OperatingSystemSection.Builder<?> builder()
public OperatingSystemSection.Builder<?> toBuilder()
toBuilder in class org.jclouds.dmtf.ovf.OperatingSystemSectionpublic String getOsType()
public URI getHref()
ResourceType#getHref()public String getType()
ResourceType#getType()public Set<Link> getLinks()
ResourceType#getLinks()public int hashCode()
hashCode in class org.jclouds.dmtf.ovf.OperatingSystemSectionpublic boolean equals(Object obj)
equals in class org.jclouds.dmtf.ovf.OperatingSystemSectionpublic com.google.common.base.Objects.ToStringHelper string()
string in class org.jclouds.dmtf.ovf.OperatingSystemSectionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.