public abstract class BaseVirtualSystem extends SectionType
Modifier and Type | Class and Description |
---|---|
static class |
BaseVirtualSystem.Builder<B extends BaseVirtualSystem.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
BaseVirtualSystem() |
protected |
BaseVirtualSystem(BaseVirtualSystem.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<SectionType> |
getAdditionalSections() |
String |
getId() |
String |
getName() |
Set<ProductSection> |
getProductSections()
Specifies product-information for a package, such as product name and version, along with a
set of properties that can be configured
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
getInfo, isRequired, setInfo, toString
protected BaseVirtualSystem(BaseVirtualSystem.Builder<?> builder)
protected BaseVirtualSystem()
public String getId()
public String getName()
public Set<ProductSection> getProductSections()
public Set<SectionType> getAdditionalSections()
public int hashCode()
hashCode
in class SectionType
public boolean equals(Object obj)
equals
in class SectionType
protected com.google.common.base.Objects.ToStringHelper string()
string
in class SectionType
Copyright © 2009-2013 jclouds. All Rights Reserved.