org.jclouds.ovf
Class Property

java.lang.Object
  extended by org.jclouds.ovf.Property

public class Property
extends Object

Author:
Adrian Cole

Nested Class Summary
static class Property.Builder
           
 
Constructor Summary
Property(String key, String value, String label, String description)
           
 
Method Summary
static Property.Builder builder()
           
 boolean equals(Object obj)
           
 String getDescription()
           
 String getKey()
           
 String getLabel()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(String key,
                String value,
                String label,
                String description)
Method Detail

builder

public static Property.Builder builder()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getKey

public String getKey()

getDescription

public String getDescription()

getLabel

public String getLabel()

getValue

public String getValue()


Copyright © 2009-2012 jclouds. All Rights Reserved.