Package org.teamapps.dto
Class UiMap.FitBoundsCommand
- java.lang.Object
-
- org.teamapps.dto.UiMap.FitBoundsCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiMapLocationnorthEastprotected UiMapLocationsouthWest
-
Constructor Summary
Constructors Constructor Description FitBoundsCommand()Deprecated.Only for Jackson deserialization.FitBoundsCommand(java.lang.String componentId, UiMapLocation southWest, UiMapLocation northEast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiMapLocationgetNorthEast()UiMapLocationgetSouthWest()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
southWest
protected UiMapLocation southWest
-
northEast
protected UiMapLocation northEast
-
-
Constructor Detail
-
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 Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getSouthWest
public UiMapLocation getSouthWest()
-
getNorthEast
public UiMapLocation getNorthEast()
-
-