public class PropertyValue extends ResourceItem
Modifier and Type | Field and Description |
---|---|
java.lang.String |
propertyName
The name of the property retrieved
|
java.lang.Object |
value
The value of the property
|
currentGenerations, resourceObject
Constructor and Description |
---|
PropertyValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.Object value
public java.lang.String propertyName
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class ResourceItem
public int hashCode()
hashCode
in class ResourceItem
Copyright @ 2013-2018 VMware, Inc. All rights reserved.