org.jclouds.vcloud.director.v1_5.domain
Class Property
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Property
public class Property
- extends Object
Contains key/value pair as property.
<complexType name="PropertyType" />
- Author:
- grkvlt@apache.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEDIA_TYPE
public static final String MEDIA_TYPE
- See Also:
- Constant Field Values
builder
public static Property.Builder builder()
toBuilder
public Property.Builder toBuilder()
getValue
public String getValue()
- Gets the value of the value property.
getKey
public String getKey()
- Gets the value of the key property.
Copyright © 2009-2012 jclouds. All Rights Reserved.