org.jclouds.vcloud.director.v1_5.domain
Class Property

java.lang.Object
  extended by 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

Nested Class Summary
static class Property.Builder
           
 
Field Summary
static String MEDIA_TYPE
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIA_TYPE

public static final String MEDIA_TYPE
See Also:
Constant Field Values
Method Detail

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.