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