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 classProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builderbuilder()booleanequals(Object obj)StringgetDescription()StringgetKey()StringgetLabel()StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Property.Builder builder()
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
getLabel
public String getLabel()
-
getValue
public String getValue()
-
-