public class ErrorListItemDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CODE |
static String |
SERIALIZED_NAME_MESSAGE |
| Constructor and Description |
|---|
ErrorListItemDTO() |
| Modifier and Type | Method and Description |
|---|---|
ErrorListItemDTO |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
Get code
|
String |
getMessage()
Description about individual errors occurred
|
int |
hashCode() |
ErrorListItemDTO |
message(String message) |
void |
setCode(String code) |
void |
setMessage(String message) |
String |
toString() |
public static final String SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_MESSAGE
public ErrorListItemDTO code(String code)
public String getCode()
public void setCode(String code)
public ErrorListItemDTO message(String message)
public String getMessage()
public void setMessage(String message)
Copyright © 2021 WSO2 Inc. All rights reserved.