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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.MetadataValue

public class MetadataValue
extends Resource

Represents a metadata entry

 <xs:complexType name="MetadataType">
 

Author:
grkvlt@apache.org

Nested Class Summary
static class MetadataValue.Builder<B extends MetadataValue.Builder<B>>
           
 
Field Summary
static String MEDIA_TYPE
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected MetadataValue()
           
protected MetadataValue(MetadataValue.Builder<?> builder)
           
 
Method Summary
static MetadataValue.Builder<?> builder()
           
 boolean equals(Object o)
           
 String getValue()
          The value.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 MetadataValue.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MEDIA_TYPE

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

MetadataValue

protected MetadataValue()

MetadataValue

protected MetadataValue(MetadataValue.Builder<?> builder)
Method Detail

builder

public static MetadataValue.Builder<?> builder()

toBuilder

public MetadataValue.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getValue

public String getValue()
The value.


equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2012 jclouds. All Rights Reserved.