public class ErrorDTO extends Object
| Constructor and Description |
|---|
ErrorDTO() |
| Modifier and Type | Method and Description |
|---|---|
ErrorDTO |
code(String code) |
ErrorDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getCode()
Get code
|
String |
getDescription()
Get description
|
Integer |
getHttpStatusCode()
Get httpStatusCode
|
String |
getMessage()
Get message
|
String |
getMoreInfo()
Get moreInfo
|
int |
hashCode() |
ErrorDTO |
httpStatusCode(Integer httpStatusCode) |
ErrorDTO |
message(String message) |
ErrorDTO |
moreInfo(String moreInfo) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setHttpStatusCode(Integer httpStatusCode) |
void |
setMessage(String message) |
void |
setMoreInfo(String moreInfo) |
String |
toString() |
public String getCode()
public void setCode(String code)
public Integer getHttpStatusCode()
public void setHttpStatusCode(Integer httpStatusCode)
public String getMessage()
public void setMessage(String message)
public String getDescription()
public void setDescription(String description)
public String getMoreInfo()
public void setMoreInfo(String moreInfo)
Copyright © 2018 WSO2. All rights reserved.