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