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