public class SearchResult extends Object
If number details were desired (only works for local queries),
telephoneNumberDetailList will be populated and
telephoneNumberList will be empty.
If details were not desired, the plain list of numbers can be found in
telephoneNumberList and telephoneNumberDetailList will be
empty.
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
Error |
getError() |
Integer |
getResultCount() |
List<TelephoneNumberDetail> |
getTelephoneNumberDetailList() |
List<String> |
getTelephoneNumberList() |
void |
setError(Error error) |
void |
setResultCount(Integer resultCount) |
void |
setTelephoneNumberDetailList(List<TelephoneNumberDetail> telephoneNumberDetailList) |
void |
setTelephoneNumberList(List<String> telephoneNumberList) |
public Error getError()
public void setError(Error error)
public Integer getResultCount()
public void setResultCount(Integer resultCount)
public List<TelephoneNumberDetail> getTelephoneNumberDetailList()
public void setTelephoneNumberDetailList(List<TelephoneNumberDetail> telephoneNumberDetailList)
Copyright © 2018. All rights reserved.