org.jclouds.ovf
Class ProductSection

java.lang.Object
  extended by org.jclouds.ovf.Section<ProductSection>
      extended by 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

Nested Class Summary
static class ProductSection.Builder
           
 
Field Summary
protected  Set<Property> properties
           
 
Fields inherited from class org.jclouds.ovf.Section
info
 
Constructor Summary
ProductSection(String info, Iterable<Property> properties)
           
 
Method Summary
static ProductSection.Builder builder()
           
 boolean equals(Object obj)
           
 Set<Property> getProperties()
           
 int hashCode()
           
 ProductSection.Builder toBuilder()
          
 String toString()
           
 
Methods inherited from class org.jclouds.ovf.Section
getInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

properties

protected final Set<Property> properties
Constructor Detail

ProductSection

public ProductSection(String info,
                      Iterable<Property> properties)
Method Detail

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.