Class UiMap.SetZoomLevelCommand

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

public static class UiMap.SetZoomLevelCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected int zoom  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetZoomLevelCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetZoomLevelCommand​(java.lang.String componentId, int zoom)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    int getZoom()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • zoom

      protected int zoom
  • Constructor Details

    • SetZoomLevelCommand

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

      public SetZoomLevelCommand​(java.lang.String componentId, int zoom)
  • Method Details