public class WatcherResponse extends Object
| Constructor and Description |
|---|
WatcherResponse() |
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
data(Watcher data) |
boolean |
equals(Object o) |
WatcherResponse |
errors(List<ApiError> errors) |
Watcher |
getData() |
List<ApiError> |
getErrors() |
String |
getMessage() |
String |
getStatus() |
Long |
getTotal() |
String |
getType() |
int |
hashCode() |
WatcherResponse |
message(String message) |
void |
setData(Watcher data) |
void |
setErrors(List<ApiError> errors) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setTotal(Long total) |
void |
setType(String type) |
WatcherResponse |
status(String status) |
String |
toString() |
WatcherResponse |
total(Long total) |
WatcherResponse |
type(String type) |
public WatcherResponse status(String status)
public String getStatus()
public void setStatus(String status)
public WatcherResponse type(String type)
public String getType()
public void setType(String type)
public WatcherResponse message(String message)
public String getMessage()
public void setMessage(String message)
public WatcherResponse errors(List<ApiError> errors)
public WatcherResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
public WatcherResponse data(Watcher data)
public Watcher getData()
public void setData(Watcher data)
Copyright © 2017 LeanIX GmbH. All rights reserved.