GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Url() |
Modifier and Type | Method and Description |
---|---|
Search.Url |
clone() |
String |
getTemplate()
The actual [OpenSearch template](http://www.opensearch.org/specifications/opensearch/1.1#opense
arch_url_template_syntax) for this API.
|
String |
getType()
The MIME type of the OpenSearch URL template for the Custom Search JSON API.
|
Search.Url |
set(String fieldName,
Object value) |
Search.Url |
setTemplate(String template)
The actual [OpenSearch template](http://www.opensearch.org/specifications/opensearch/1.1#opense
arch_url_template_syntax) for this API.
|
Search.Url |
setType(String type)
The MIME type of the OpenSearch URL template for the Custom Search JSON API.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getTemplate()
null
for nonepublic Search.Url setTemplate(String template)
template
- template or null
for nonepublic String getType()
null
for nonepublic Search.Url setType(String type)
type
- type or null
for nonepublic Search.Url set(String fieldName, Object value)
set
in class GenericJson
public Search.Url clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.