Class UiMap2.FitBoundsCommand

java.lang.Object
org.teamapps.dto.UiMap2.FitBoundsCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiMap2

public static class UiMap2.FitBoundsCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • southWest

      protected UiMapLocation southWest
    • northEast

      protected UiMapLocation northEast
  • Constructor Details

    • FitBoundsCommand

      @Deprecated public FitBoundsCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • FitBoundsCommand

      public FitBoundsCommand​(java.lang.String componentId, UiMapLocation southWest, UiMapLocation northEast)
  • Method Details

    • toString

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

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getSouthWest

      public UiMapLocation getSouthWest()
    • getNorthEast

      public UiMapLocation getNorthEast()