org.jclouds.ovf
Class Property.Builder
java.lang.Object
org.jclouds.ovf.Property.Builder
- Enclosing class:
- Property
public static class Property.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected String key
value
protected String value
label
protected String label
description
protected String description
Property.Builder
public Property.Builder()
key
public Property.Builder key(String key)
- See Also:
Property.getKey()
value
public Property.Builder value(String value)
- See Also:
Property.getValue()
label
public Property.Builder label(String label)
- See Also:
Section#getLabel
description
public Property.Builder description(String description)
- See Also:
Section#getDescription
build
public Property build()
fromProperty
public Property.Builder fromProperty(Property in)
Copyright © 2009-2011 jclouds. All Rights Reserved.