Class GuestScreenInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.GuestScreenInfo
All Implemented Interfaces:
Serializable

public class GuestScreenInfo extends DynamicData
See Also:
  • 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)