public class Report extends Object implements Serializable
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Integer |
getId() |
String |
getReply() |
String |
getTitle() |
void |
setContent(String content) |
void |
setId(Integer id) |
void |
setReply(String reply) |
void |
setTitle(String title) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getReply()
public void setReply(String reply)
Apache Camel