com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Comment.Context |
clone() |
String |
getType()
The MIME type of the context snippet.
|
String |
getValue()
Data representation of the segment of the file being commented on.
|
Comment.Context |
set(String fieldName,
Object value) |
Comment.Context |
setType(String type)
The MIME type of the context snippet.
|
Comment.Context |
setValue(String value)
Data representation of the segment of the file being commented on.
|
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 getType()
null for nonepublic Comment.Context setType(String type)
type - type or null for nonepublic String getValue()
null for nonepublic Comment.Context setValue(String value)
value - value or null for nonepublic Comment.Context set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Comment.Context clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.