public class Comment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}creation-timestamp"/> <element ref="{}creator"/> <element ref="{}id"/> <element ref="{}relation-to-viewer"/> <element ref="{}text"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
creationTimestamp |
protected Creator |
creator |
protected String |
id |
protected RelationToViewer |
relationToViewer |
protected String |
text |
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreationTimestamp()
Gets the value of the creationTimestamp property.
|
Creator |
getCreator()
Gets the value of the creator property.
|
String |
getId()
Gets the value of the id property.
|
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer property.
|
String |
getText()
Gets the value of the text property.
|
void |
setCreationTimestamp(Long value)
Sets the value of the creationTimestamp property.
|
void |
setCreator(Creator value)
Sets the value of the creator property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected Long creationTimestamp
protected Creator creator
protected String id
protected RelationToViewer relationToViewer
protected String text
public Long getCreationTimestamp()
String
public void setCreationTimestamp(Long value)
value
- allowed object is
String
public Creator getCreator()
Creator
public void setCreator(Creator value)
value
- allowed object is
Creator
public void setId(String value)
value
- allowed object is
String
public RelationToViewer getRelationToViewer()
RelationToViewer
public void setRelationToViewer(RelationToViewer value)
value
- allowed object is
RelationToViewer
public String getText()
String
Apache Camel