GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Comment.PlusObject() |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getContent()
null
.public Comment.PlusObject setContent(String content)
null
.public String getObjectType()
null
.public Comment.PlusObject setObjectType(String objectType)
null
.public String getOriginalContent()
null
.public Comment.PlusObject setOriginalContent(String originalContent)
null
.