Klasse UiMap2.SetLocationCommand

java.lang.Object
org.teamapps.dto.UiMap2.SetLocationCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiMap2

public static class UiMap2.SetLocationCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • location

      protected UiMapLocation location
    • animationDurationMillis

      protected long animationDurationMillis
    • targetZoomLevel

      protected float targetZoomLevel
  • Konstruktordetails

    • SetLocationCommand

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

      public SetLocationCommand(String componentId, UiMapLocation location, long animationDurationMillis, float targetZoomLevel)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getLocation

      public UiMapLocation getLocation()
    • getAnimationDurationMillis

      public long getAnimationDurationMillis()
    • getTargetZoomLevel

      public float getTargetZoomLevel()