public class EventResponse extends Object implements Serializable
| Constructor and Description |
|---|
EventResponse() |
| Modifier and Type | Method and Description |
|---|---|
Event |
getData() |
List<ApiError> |
getErrors() |
String |
getMessage() |
String |
getStatus() |
Long |
getTotal() |
String |
getType() |
void |
setData(Event data) |
void |
setErrors(List<ApiError> errors) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setTotal(Long total) |
void |
setType(String type) |
String |
toString() |
public Event getData()
public void setData(Event data)
public String getStatus()
public void setStatus(String status)
public String getMessage()
public void setMessage(String message)
public String getType()
public void setType(String type)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2015 LeanIX GmbH. All rights reserved.