Class AddressLookupState.SearchResult
-
- All Implemented Interfaces:
public final class AddressLookupState.SearchResult extends AddressLookupState
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringqueryprivate final List<LookupOption>options
-
Constructor Summary
Constructors Constructor Description AddressLookupState.SearchResult(String query, List<LookupOption> options)
-
Method Summary
Modifier and Type Method Description final StringgetQuery()final List<LookupOption>getOptions()-
-
Constructor Detail
-
AddressLookupState.SearchResult
AddressLookupState.SearchResult(String query, List<LookupOption> options)
-
-
Method Detail
-
getOptions
final List<LookupOption> getOptions()
-
-
-
-