com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Labels() |
| Modifier and Type | Method and Description |
|---|---|
Result.Labels |
clone() |
String |
getDisplayName()
The display name of a refinement label.
|
String |
getLabelWithOp()
Refinement label and the associated refinement operation.
|
String |
getName()
The name of a refinement label, which you can use to refine searches.
|
Result.Labels |
set(String fieldName,
Object value) |
Result.Labels |
setDisplayName(String displayName)
The display name of a refinement label.
|
Result.Labels |
setLabelWithOp(String labelWithOp)
Refinement label and the associated refinement operation.
|
Result.Labels |
setName(String name)
The name of a refinement label, which you can use to refine searches.
|
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 getDisplayName()
null for nonepublic Result.Labels setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getLabelWithOp()
null for nonepublic Result.Labels setLabelWithOp(String labelWithOp)
labelWithOp - labelWithOp or null for nonepublic String getName()
null for nonepublic Result.Labels setName(String name)
name - name or null for nonepublic Result.Labels set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Result.Labels clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.