public class FeatureListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureListResponse.StatusEnum
Gets or Sets status
|
| Constructor and Description |
|---|
FeatureListResponse() |
| Modifier and Type | Method and Description |
|---|---|
FeatureListResponse |
addDataItem(Feature dataItem) |
FeatureListResponse |
addErrorsItem(ApiError errorsItem) |
FeatureListResponse |
data(List<Feature> data) |
boolean |
equals(Object o) |
FeatureListResponse |
errorMessage(String errorMessage) |
FeatureListResponse |
errors(List<ApiError> errors) |
List<Feature> |
getData()
Get data
|
String |
getErrorMessage()
Get errorMessage
|
List<ApiError> |
getErrors()
Get errors
|
FeatureListResponse.StatusEnum |
getStatus()
Get status
|
Integer |
getTotal()
Get total
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setData(List<Feature> data) |
void |
setErrorMessage(String errorMessage) |
void |
setErrors(List<ApiError> errors) |
void |
setStatus(FeatureListResponse.StatusEnum status) |
void |
setTotal(Integer total) |
void |
setType(String type) |
FeatureListResponse |
status(FeatureListResponse.StatusEnum status) |
String |
toString() |
FeatureListResponse |
total(Integer total) |
FeatureListResponse |
type(String type) |
public FeatureListResponse status(FeatureListResponse.StatusEnum status)
public FeatureListResponse.StatusEnum getStatus()
public void setStatus(FeatureListResponse.StatusEnum status)
public FeatureListResponse type(String type)
public String getType()
public void setType(String type)
public FeatureListResponse data(List<Feature> data)
public FeatureListResponse addDataItem(Feature dataItem)
public FeatureListResponse errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public FeatureListResponse errors(List<ApiError> errors)
public FeatureListResponse addErrorsItem(ApiError errorsItem)
public FeatureListResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2019 LeanIX GmbH. All rights reserved.