public class ProductSection extends Section<ProductSection>
Modifier and Type | Class and Description |
---|---|
static class |
ProductSection.Builder |
Modifier and Type | Field and Description |
---|---|
protected Set<Property> |
properties |
Constructor and Description |
---|
ProductSection(String info,
Iterable<Property> properties) |
Modifier and Type | Method and Description |
---|---|
static ProductSection.Builder |
builder() |
boolean |
equals(Object obj) |
Set<Property> |
getProperties() |
int |
hashCode() |
ProductSection.Builder |
toBuilder() |
String |
toString() |
public static ProductSection.Builder builder()
public ProductSection.Builder toBuilder()
toBuilder
in class Section<ProductSection>
public int hashCode()
hashCode
in class Section<ProductSection>
public boolean equals(Object obj)
equals
in class Section<ProductSection>
public String toString()
toString
in class Section<ProductSection>
Copyright © 2009-2012 jclouds. All Rights Reserved.