| java.lang.Object |
| ↳ |
org.mule.modules.neo4j.model.ConfigurableBatchJob |
Class Overview
This class exists only because DevKit+Mule chokes if BatchJob is used as a
@Processor parameter: Mule's auto-transformation tries to deserialize its members as
if they were JSON strings because of the Jackson annotations.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
Map<String, Object>
bodyEntries
Public Constructors
public
ConfigurableBatchJob
()
Public Methods
public
Map<String, Object>
getBodyEntries
()
public
void
setBodyEntries
(Map<String, Object> bodyEntries)
public
void
setId
(Integer id)
public
void
setTo
(String to)