Class UiScreenSharingConstraints

java.lang.Object
org.teamapps.dto.UiScreenSharingConstraints
All Implemented Interfaces:
UiObject

public class UiScreenSharingConstraints
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • maxWidth

      protected java.lang.Integer maxWidth
    • maxHeight

      protected java.lang.Integer maxHeight
  • Constructor Details

    • UiScreenSharingConstraints

      public UiScreenSharingConstraints()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getMaxWidth

      public java.lang.Integer getMaxWidth()
    • getMaxHeight

      public java.lang.Integer getMaxHeight()
    • setMaxWidth

      public UiScreenSharingConstraints setMaxWidth​(java.lang.Integer maxWidth)
    • setMaxHeight

      public UiScreenSharingConstraints setMaxHeight​(java.lang.Integer maxHeight)