public class Like 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="{}timestamp" minOccurs="0"/> <element ref="{}person"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Person |
person |
protected Long |
timestamp |
Constructor and Description |
---|
Like() |
Modifier and Type | Method and Description |
---|---|
Person |
getPerson()
Gets the value of the person property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
public Long getTimestamp()
String
public void setTimestamp(Long value)
value
- allowed object is
String
public Person getPerson()
Person
Apache Camel