Class ReverseRequest.Entry
- java.lang.Object
-
- global.maplink.geocode.schema.reverse.ReverseRequest.Entry
-
- Enclosing class:
- ReverseRequest
public static class ReverseRequest.Entry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReverseRequest.Entry.EntryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReverseRequest.Entry.EntryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetDistance()StringgetId()BigDecimalgetLat()BigDecimalgetLon()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static ReverseRequest.Entry.EntryBuilder builder()
-
getId
public String getId()
-
getLat
public BigDecimal getLat()
-
getLon
public BigDecimal getLon()
-
getDistance
public Integer getDistance()
-
canEqual
protected boolean canEqual(Object other)
-
-