Package com.vmware.vim25
Class VirtualMachineDisplayTopology
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualMachineDisplayTopology
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
VirtualMachineDisplayTopology
public VirtualMachineDisplayTopology()
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
setX
public void setX(int x) -
setY
public void setY(int y) -
setWidth
public void setWidth(int width) -
setHeight
public void setHeight(int height)
-