Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
key |
protected String |
label |
protected String |
value |
Constructor and Description |
---|
Property.Builder() |
Modifier and Type | Method and Description |
---|---|
Property |
build() |
Property.Builder |
description(String description) |
Property.Builder |
fromProperty(Property in) |
Property.Builder |
key(String key) |
Property.Builder |
label(String label) |
Property.Builder |
value(String value) |
protected String key
protected String value
protected String label
protected String description
public Property.Builder key(String key)
Property.getKey()
public Property.Builder value(String value)
Property.getValue()
public Property.Builder label(String label)
Section#getLabel
public Property.Builder description(String description)
Section#getDescription
public Property build()
public Property.Builder fromProperty(Property in)
Copyright © 2009-2012 jclouds. All Rights Reserved.