public class ErrorLogMessage extends Object implements Serializable
| Constructor and Description |
|---|
ErrorLogMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorLabel() |
String |
getErrorStatus() |
String |
getErrorTrace() |
void |
setErrorLabel(String errorLabel) |
void |
setErrorStatus(String errorStatus) |
void |
setErrorTrace(String errorTrace) |
public String getErrorStatus()
public void setErrorStatus(String errorStatus)
public String getErrorLabel()
public void setErrorLabel(String errorLabel)
public String getErrorTrace()
public void setErrorTrace(String errorTrace)
Copyright © 2021. All rights reserved.