Package com.vmware.vim25
Class GuestScreenInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.GuestScreenInfo
- 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
-
width
public int width -
height
public int height
-
-
Constructor Details
-
GuestScreenInfo
public GuestScreenInfo()
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
setWidth
public void setWidth(int width) -
setHeight
public void setHeight(int height)
-