public static final class Comment.QuotedFileContent
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Comment.QuotedFileContent() |
| Modifier and Type | Method and Description |
|---|---|
Comment.QuotedFileContent |
clone() |
java.lang.String |
getMimeType()
The MIME type of the quoted content.
|
java.lang.String |
getValue()
The quoted content itself.
|
Comment.QuotedFileContent |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.QuotedFileContent |
setMimeType(java.lang.String mimeType)
The MIME type of the quoted content.
|
Comment.QuotedFileContent |
setValue(java.lang.String value)
The quoted content itself.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getMimeType()
null for nonepublic Comment.QuotedFileContent setMimeType(java.lang.String mimeType)
mimeType - mimeType or null for nonepublic java.lang.String getValue()
null for nonepublic Comment.QuotedFileContent setValue(java.lang.String value)
value - value or null for nonepublic Comment.QuotedFileContent set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Comment.QuotedFileContent clone()
clone in class com.google.api.client.json.GenericJson