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 class
ProductSection.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.Builder
builder()
boolean
equals(Object obj)
Set<Property>
getProperties()
int
hashCode()
ProductSection.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static ProductSection.Builder builder()
-
toBuilder
public ProductSection.Builder toBuilder()
- Overrides:
toBuilder
in classSection<ProductSection>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSection<ProductSection>
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classSection<ProductSection>
-
toString
public String toString()
- Overrides:
toString
in classSection<ProductSection>
-
-