public static final class Comment.Context
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Comment.Context() |
Modifier and Type | Method and Description |
---|---|
Comment.Context |
clone() |
java.lang.String |
getType()
The MIME type of the context snippet.
|
java.lang.String |
getValue()
Data representation of the segment of the file being commented on.
|
Comment.Context |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.Context |
setType(java.lang.String type)
The MIME type of the context snippet.
|
Comment.Context |
setValue(java.lang.String value)
Data representation of the segment of the file being commented on.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getType()
null
for nonepublic Comment.Context setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getValue()
null
for nonepublic Comment.Context setValue(java.lang.String value)
value
- value or null
for nonepublic Comment.Context set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Comment.Context clone()
clone
in class com.google.api.client.json.GenericJson