public class ErrorMessage extends Object
| Constructor and Description |
|---|
ErrorMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
String |
getErrorCode() |
String |
getErrorMessage() |
void |
setDetail(String detail) |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getDetail()
public void setDetail(String detail)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.