public class

BatchJob

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.BatchJob

Summary

Nested Classes
enum BatchJob.Method  
Fields
private Data body
private Integer id
private BatchJob.Method method
private String to
Public Constructors
BatchJob()
Public Methods
boolean equals(Object other)
Data getBody()
Integer getId()
BatchJob.Method getMethod()
String getTo()
int hashCode()
void setBody(Data body)
void setId(Integer id)
void setMethod(BatchJob.Method method)
void setTo(String to)
String toString()
BatchJob withBody(Data body)
BatchJob withId(Integer id)
BatchJob withMethod(BatchJob.Method method)
BatchJob withTo(String to)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Data body

private Integer id

private BatchJob.Method method

private String to

Public Constructors

public BatchJob ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Data getBody ()

public Integer getId ()

public BatchJob.Method getMethod ()

public String getTo ()

public int hashCode ()

public void setBody (Data body)

Parameters
body

public void setId (Integer id)

Parameters
id

public void setMethod (BatchJob.Method method)

Parameters
method

public void setTo (String to)

Parameters
to

public String toString ()

public BatchJob withBody (Data body)

Parameters
body

public BatchJob withId (Integer id)

Parameters
id

public BatchJob withMethod (BatchJob.Method method)

Parameters
method

public BatchJob withTo (String to)

Parameters
to