|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vise.data.PropertySpec
@data(base="Object") public class PropertySpec
Defines the specification of the properties to be fetched via the DataService
Field Summary | |
---|---|
ParameterSpec[] |
parameters
(Optional) The parameters that may be required to compute the properties. |
String[] |
propertyNames
The set of properties to be retrieved for the specified type. |
String |
relation
(Optional) Relationship name that determines the property path to the result object. |
String |
type
(Optional) Type to which the properties belong. |
Constructor Summary | |
---|---|
PropertySpec()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@optional public String type
@optional public String relation
public String[] propertyNames
The property name can be annotated by "@formatted" annotation (i.e. "propName.@formatted"), which will apply a formatter to the property value. The formatter is provided by a provider of a property.
@optional public ParameterSpec[] parameters
ParameterSpec
Constructor Detail |
---|
public PropertySpec()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |