org.jclouds.ovf
Class ProductSection
java.lang.Object
org.jclouds.ovf.Section<ProductSection>
org.jclouds.ovf.ProductSection
public class ProductSection
- extends Section<ProductSection>
The ProductSection element specifies product-information for an appliance, such as product name,
version, and vendor.
- Author:
- Adrian Cole
Fields inherited from class org.jclouds.ovf.Section |
info |
properties
protected final Set<Property> properties
ProductSection
public ProductSection(String info,
Iterable<Property> properties)
builder
public static ProductSection.Builder builder()
toBuilder
public ProductSection.Builder toBuilder()
-
- Overrides:
toBuilder
in class Section<ProductSection>
hashCode
public int hashCode()
- Overrides:
hashCode
in class Section<ProductSection>
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Section<ProductSection>
toString
public String toString()
- Overrides:
toString
in class Section<ProductSection>
getProperties
public Set<Property> getProperties()
Copyright © 2009-2011 jclouds. All Rights Reserved.