com.jakewharton.domainr.entities
Class SearchResult
java.lang.Object
com.jakewharton.domainr.entities.SearchResult
- All Implemented Interfaces:
- DomainrEntity, Serializable
public final class SearchResult
- extends Object
- implements DomainrEntity
Represents a Domainr search result.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult
public SearchResult()
getQuery
public String getQuery()
setQuery
public void setQuery(String query)
getResults
public List<SearchResult.Result> getResults()
setResults
public void setResults(List<SearchResult.Result> results)
getError
public SearchResult.Error getError()
setError
public void setError(SearchResult.Error error)
Copyright © 2011 Jake Wharton. All Rights Reserved.