public final class SuggestHouseNumbers
extends Object
House number availability information.
-
Nested Class Summary
Nested Classes
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
isAvailable
public boolean isAvailable()
-
getMin
@Nullable
public @Nullable Integer getMin()
-
getMax
@Nullable
public @Nullable Integer getMax()
-
getCurrent
@Nullable
public @Nullable Integer getCurrent()
-
getAdjusted
@Nullable
public @Nullable Integer getAdjusted()
-
-
getHint
@Nullable
public @Nullable String getHint()