GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Comment.PlusObject() |
Modifier and Type | Method and Description |
---|---|
Comment.PlusObject |
clone() |
String |
getContent()
The HTML-formatted content, suitable for display.
|
String |
getObjectType()
The object type of this comment.
|
String |
getOriginalContent()
The content (text) as provided by the author, stored without any HTML formatting.
|
Comment.PlusObject |
set(String fieldName,
Object value) |
Comment.PlusObject |
setContent(String content)
The HTML-formatted content, suitable for display.
|
Comment.PlusObject |
setObjectType(String objectType)
The object type of this comment.
|
Comment.PlusObject |
setOriginalContent(String originalContent)
The content (text) as provided by the author, stored without any HTML formatting.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getContent()
null
for nonepublic Comment.PlusObject setContent(String content)
content
- content or null
for nonepublic String getObjectType()
null
for nonepublic Comment.PlusObject setObjectType(String objectType)
objectType
- objectType or null
for nonepublic String getOriginalContent()
null
for nonepublic Comment.PlusObject setOriginalContent(String originalContent)
originalContent
- originalContent or null
for nonepublic Comment.PlusObject set(String fieldName, Object value)
set
in class GenericJson
public Comment.PlusObject clone()
clone
in class GenericJson