|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ovf.Property
public class Property
| 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 |
|---|
public Property(String key,
String value,
String label,
String description)
| Method Detail |
|---|
public static Property.Builder builder()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic String getKey()
public String getDescription()
public String getLabel()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||