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