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()
TemporaryMessageProcessResult
getStatus
in interface TemporaryMessageProcessResult
public String getReason()
TemporaryMessageProcessResult
getReason
in interface TemporaryMessageProcessResult
public boolean isPassed()
TemporaryMessageProcessResult
isPassed
in interface TemporaryMessageProcessResult
Copyright © 2019. All rights reserved.