com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SearchInformation() |
| Modifier and Type | Method and Description |
|---|---|
Search.SearchInformation |
clone() |
String |
getFormattedSearchTime()
The time taken for the server to return search results, formatted according to locale style.
|
String |
getFormattedTotalResults()
The total number of search results, formatted according to locale style.
|
Double |
getSearchTime()
The time taken for the server to return search results.
|
String |
getTotalResults()
The total number of search results returned by the query.
|
Search.SearchInformation |
set(String fieldName,
Object value) |
Search.SearchInformation |
setFormattedSearchTime(String formattedSearchTime)
The time taken for the server to return search results, formatted according to locale style.
|
Search.SearchInformation |
setFormattedTotalResults(String formattedTotalResults)
The total number of search results, formatted according to locale style.
|
Search.SearchInformation |
setSearchTime(Double searchTime)
The time taken for the server to return search results.
|
Search.SearchInformation |
setTotalResults(String totalResults)
The total number of search results returned by the query.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFormattedSearchTime()
null for nonepublic Search.SearchInformation setFormattedSearchTime(String formattedSearchTime)
formattedSearchTime - formattedSearchTime or null for nonepublic String getFormattedTotalResults()
null for nonepublic Search.SearchInformation setFormattedTotalResults(String formattedTotalResults)
formattedTotalResults - formattedTotalResults or null for nonepublic Double getSearchTime()
null for nonepublic Search.SearchInformation setSearchTime(Double searchTime)
searchTime - searchTime or null for nonepublic String getTotalResults()
null for nonepublic Search.SearchInformation setTotalResults(String totalResults)
totalResults - totalResults or null for nonepublic Search.SearchInformation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Search.SearchInformation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.