| Package | Description |
|---|---|
| com.google.api.services.customsearch.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.clone() |
Result |
Result.set(String fieldName,
Object value) |
Result |
Result.setCacheId(String cacheId)
Indicates the ID of Google's cached version of the search result.
|
Result |
Result.setDisplayLink(String displayLink)
An abridged version of this search result’s URL, e.g.
|
Result |
Result.setFileFormat(String fileFormat)
The file format of the search result.
|
Result |
Result.setFormattedUrl(String formattedUrl)
The URL displayed after the snippet for each search result.
|
Result |
Result.setHtmlFormattedUrl(String htmlFormattedUrl)
The HTML-formatted URL displayed after the snippet for each search result.
|
Result |
Result.setHtmlSnippet(String htmlSnippet)
The snippet of the search result, in HTML.
|
Result |
Result.setHtmlTitle(String htmlTitle)
The title of the search result, in HTML.
|
Result |
Result.setImage(Result.Image image)
Image belonging to a custom search result.
|
Result |
Result.setKind(String kind)
A unique identifier for the type of current object.
|
Result |
Result.setLabels(List<Result.Labels> labels)
Encapsulates all information about refinement labels.
|
Result |
Result.setLink(String link)
The full URL to which the search result is pointing, e.g.
|
Result |
Result.setMime(String mime)
The MIME type of the search result.
|
Result |
Result.setPagemap(Map<String,Object> pagemap)
Contains [PageMap](https://developers.google.com/custom-search/docs/structured_data#pagemaps)
information for this search result.
|
Result |
Result.setSnippet(String snippet)
The snippet of the search result, in plain text.
|
Result |
Result.setTitle(String title)
The title of the search result, in plain text.
|
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
Search.getItems()
The current set of custom search results.
|
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.setItems(List<Result> items)
The current set of custom search results.
|
Copyright © 2011–2024 Google. All rights reserved.