public class Activity 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="{}content-type" minOccurs="0"/> <element ref="{}body"/> <element ref="{}app-id" minOccurs="0"/> </sequence> <attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
appId |
protected String |
body |
protected NetworkUpdateContentType |
contentType |
protected String |
locale |
protected Long |
timestamp |
Constructor and Description |
---|
Activity() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Gets the value of the appId property.
|
String |
getBody()
Gets the value of the body property.
|
NetworkUpdateContentType |
getContentType()
Gets the value of the contentType property.
|
String |
getLocale()
Gets the value of the locale property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
protected Long timestamp
protected NetworkUpdateContentType contentType
protected String body
protected String appId
protected String locale
public Long getTimestamp()
String
public void setTimestamp(Long value)
value
- allowed object is
String
public NetworkUpdateContentType getContentType()
NetworkUpdateContentType
public void setContentType(NetworkUpdateContentType value)
value
- allowed object is
NetworkUpdateContentType
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public String getAppId()
String
public void setAppId(String value)
value
- allowed object is
String
public String getLocale()
String
Apache Camel