Class UiMap2.SetMapMarkerClusterCommand

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

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

    • componentId

      protected java.lang.String componentId
    • cluster

      protected UiMapMarkerCluster cluster
  • Constructor Details

    • SetMapMarkerClusterCommand

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

      public SetMapMarkerClusterCommand​(java.lang.String componentId, UiMapMarkerCluster cluster)
  • 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>
    • getCluster

      public UiMapMarkerCluster getCluster()