public class Property extends Object
<complexType name="PropertyType" />
Modifier and Type | Class and Description |
---|---|
static class |
Property.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
MEDIA_TYPE |
Modifier and Type | Method and Description |
---|---|
static Property.Builder |
builder() |
String |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
Property.Builder |
toBuilder() |
public static final String MEDIA_TYPE
public static Property.Builder builder()
public Property.Builder toBuilder()
public String getValue()
public String getKey()
Copyright © 2009-2013 jclouds. All Rights Reserved.