public static final class Comment.PlusObject
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
PlusObject() |
| Modifier and Type | Method and Description |
|---|---|
Comment.PlusObject |
clone() |
java.lang.String |
getContent()
The HTML-formatted content, suitable for display.
|
java.lang.String |
getObjectType()
The object type of this comment.
|
java.lang.String |
getOriginalContent()
The content (text) as provided by the author, stored without any HTML formatting.
|
Comment.PlusObject |
set(java.lang.String fieldName,
java.lang.Object value) |
Comment.PlusObject |
setContent(java.lang.String content)
The HTML-formatted content, suitable for display.
|
Comment.PlusObject |
setObjectType(java.lang.String objectType)
The object type of this comment.
|
Comment.PlusObject |
setOriginalContent(java.lang.String originalContent)
The content (text) as provided by the author, stored without any HTML formatting.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getContent()
null for nonepublic Comment.PlusObject setContent(java.lang.String content)
content - content or null for nonepublic java.lang.String getObjectType()
null for nonepublic Comment.PlusObject setObjectType(java.lang.String objectType)
objectType - objectType or null for nonepublic java.lang.String getOriginalContent()
null for nonepublic Comment.PlusObject setOriginalContent(java.lang.String originalContent)
originalContent - originalContent or null for nonepublic Comment.PlusObject set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Comment.PlusObject clone()
clone in class com.google.api.client.json.GenericJson