Package org.jclouds.ovf
Class Property
- java.lang.Object
-
- org.jclouds.ovf.Property
-
public class Property extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Property.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builder
builder()
boolean
equals(Object obj)
String
getDescription()
String
getKey()
String
getLabel()
String
getValue()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
builder
public static Property.Builder builder()
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
getLabel
public String getLabel()
-
getValue
public String getValue()
-
-