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