vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data.query
Class PropertyValue

java.lang.Object
  extended by com.vmware.vise.data.query.ResourceItem
      extended by com.vmware.vise.data.query.PropertyValue

@data(base="Object")
public class PropertyValue
extends ResourceItem

Defines the property as retrieved by the DataService


Field Summary
 String propertyName
          The name of the property retrieved
 Object value
          The value of the property
 
Fields inherited from class com.vmware.vise.data.query.ResourceItem
currentGenerations, resourceObject
 
Constructor Summary
PropertyValue()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public Object value
The value of the property


propertyName

public String propertyName
The name of the property retrieved

Constructor Detail

PropertyValue

public PropertyValue()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.