Class Bounds
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.Bounds
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class Bounds extends Object implements SerializableBounds- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Bounds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull DoublegetMaxx()upper right@NotNull DoublegetMaxy()upper top@NotNull DoublegetMinx()lower left@NotNull DoublegetMiny()lower bottominthashCode()Boundsmaxx(Double maxx)Boundsmaxy(Double maxy)Boundsminx(Double minx)Boundsminy(Double miny)voidsetMaxx(Double maxx)voidsetMaxy(Double maxy)voidsetMinx(Double minx)voidsetMiny(Double miny)StringtoString()
-
-
-
Method Detail
-
getMiny
@NotNull public @NotNull Double getMiny()
lower bottom- Returns:
- miny
-
setMiny
public void setMiny(Double miny)
-
getMinx
@NotNull public @NotNull Double getMinx()
lower left- Returns:
- minx
-
setMinx
public void setMinx(Double minx)
-
getMaxy
@NotNull public @NotNull Double getMaxy()
upper top- Returns:
- maxy
-
setMaxy
public void setMaxy(Double maxy)
-
getMaxx
@NotNull public @NotNull Double getMaxx()
upper right- Returns:
- maxx
-
setMaxx
public void setMaxx(Double maxx)
-
-