public class BaseTemporaryMessageProcessResult extends Object implements TemporaryMessageProcessResult
| Modifier and Type | Field and Description |
|---|---|
protected String |
reason |
protected String |
status |
| Constructor and Description |
|---|
BaseTemporaryMessageProcessResult(String status,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason()
The reason for the status.
|
String |
getStatus()
The status of the processing
|
boolean |
isPassed()
Check if the temporary message process is passed
|
public String getStatus()
TemporaryMessageProcessResultgetStatus in interface TemporaryMessageProcessResultpublic String getReason()
TemporaryMessageProcessResultgetReason in interface TemporaryMessageProcessResultpublic boolean isPassed()
TemporaryMessageProcessResultisPassed in interface TemporaryMessageProcessResultCopyright © 2019. All rights reserved.