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

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

public class MetadataEntry
extends Resource

Represents a metadata entry

 <xs:complexType name="MetadataType">
 

Author:
danikov

Nested Class Summary
static class MetadataEntry.Builder<B extends MetadataEntry.Builder<B>>
           
 
Field Summary
static String MEDIA_TYPE
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
MetadataEntry(MetadataEntry.Builder<?> builder)
           
 
Method Summary
static MetadataEntry.Builder<?> builder()
           
 boolean equals(Object o)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 MetadataEntry.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

MetadataEntry

public MetadataEntry(MetadataEntry.Builder<?> builder)
Method Detail

builder

public static MetadataEntry.Builder<?> builder()

toBuilder

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

getKey

public String getKey()
Returns:
key of the entry

getValue

public String getValue()
Returns:
value of the entry

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.