public class SiteJobRequest 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="{}url"/> <element ref="{}headers" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Headers |
headers |
protected String |
url |
Constructor and Description |
---|
SiteJobRequest() |
Modifier and Type | Method and Description |
---|---|
Headers |
getHeaders()
Gets the value of the headers property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setHeaders(Headers value)
Sets the value of the headers property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
Apache Camel