public class

BatchJobResult

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

Summary

Fields
private Data body
private String from
private Integer id
private String location
private String message
private Integer status
Public Constructors
BatchJobResult()
Public Methods
boolean equals(Object other)
Data getBody()
String getFrom()
Integer getId()
String getLocation()
String getMessage()
Integer getStatus()
int hashCode()
void setBody(Data body)
void setFrom(String from)
void setId(Integer id)
void setLocation(String location)
void setMessage(String message)
void setStatus(Integer status)
String toString()
BatchJobResult withBody(Data body)
BatchJobResult withFrom(String from)
BatchJobResult withId(Integer id)
BatchJobResult withLocation(String location)
BatchJobResult withMessage(String message)
BatchJobResult withStatus(Integer status)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Data body

private String from

private Integer id

private String location

private String message

private Integer status

Public Constructors

public BatchJobResult ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Data getBody ()

public String getFrom ()

public Integer getId ()

public String getLocation ()

public String getMessage ()

public Integer getStatus ()

public int hashCode ()

public void setBody (Data body)

Parameters
body

public void setFrom (String from)

Parameters
from

public void setId (Integer id)

Parameters
id

public void setLocation (String location)

Parameters
location

public void setMessage (String message)

Parameters
message

public void setStatus (Integer status)

Parameters
status

public String toString ()

public BatchJobResult withBody (Data body)

Parameters
body

public BatchJobResult withFrom (String from)

Parameters
from

public BatchJobResult withId (Integer id)

Parameters
id

public BatchJobResult withLocation (String location)

Parameters
location

public BatchJobResult withMessage (String message)

Parameters
message

public BatchJobResult withStatus (Integer status)

Parameters
status