public class Property extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Property.Builder |
Constructor and Description |
---|
Property(String key,
String value,
String label,
String description) |
public static Property.Builder builder()
public String getKey()
public String getDescription()
public String getLabel()
public String getValue()
Copyright © 2009-2012 jclouds. All Rights Reserved.