public class ProductSection extends SectionType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductSection.Builder<B extends ProductSection.Builder<B>> |
| Modifier and Type | Method and Description |
|---|---|
static ProductSection.Builder<?> |
builder() |
boolean |
equals(Object obj) |
CimString |
getAppUrl()
Experimental: URL resolving to deployed product instance.
|
CimString |
getFullVersion()
Product version, long form.
|
MsgType |
getProduct()
Name of product.
|
CimString |
getProductUrl()
URL resolving to product description.
|
Set<ProductSectionProperty> |
getProperties()
Properties for application-level customization.
|
MsgType |
getVendor()
Name of product vendor.
|
CimString |
getVendorUrl()
URL resolving to vendor description.
|
CimString |
getVersion()
Product version, short form.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ProductSection.Builder<?> |
toBuilder() |
getInfo, isRequired, setInfo, toStringpublic static ProductSection.Builder<?> builder()
public ProductSection.Builder<?> toBuilder()
public MsgType getProduct()
public MsgType getVendor()
public CimString getVersion()
public CimString getFullVersion()
public CimString getProductUrl()
public CimString getVendorUrl()
public CimString getAppUrl()
public Set<ProductSectionProperty> getProperties()
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.