public class ObjectContent extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
MissingProperty[] |
missingSet |
ManagedObjectReference |
obj |
DynamicProperty[] |
propSet |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ObjectContent() |
| Modifier and Type | Method and Description |
|---|---|
MissingProperty[] |
getMissingSet() |
ManagedObjectReference |
getObj() |
DynamicProperty[] |
getPropSet() |
void |
setMissingSet(MissingProperty[] missingSet) |
void |
setObj(ManagedObjectReference obj) |
void |
setPropSet(DynamicProperty[] propSet) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference obj
public DynamicProperty[] propSet
public MissingProperty[] missingSet
public ManagedObjectReference getObj()
public DynamicProperty[] getPropSet()
public MissingProperty[] getMissingSet()
public void setObj(ManagedObjectReference obj)
public void setPropSet(DynamicProperty[] propSet)
public void setMissingSet(MissingProperty[] missingSet)
Copyright © 2011-2012. All Rights Reserved.