Package 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProductSection.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Set<Property>properties
-
Constructor Summary
Constructors Constructor Description ProductSection(String info, Iterable<Property> properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProductSection.Builderbuilder()booleanequals(Object obj)Set<Property>getProperties()inthashCode()ProductSection.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static ProductSection.Builder builder()
-
toBuilder
public ProductSection.Builder toBuilder()
- Overrides:
toBuilderin classSection<ProductSection>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSection<ProductSection>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSection<ProductSection>
-
toString
public String toString()
- Overrides:
toStringin classSection<ProductSection>
-
-