public class OperationStatus extends Object
| Constructor and Description |
|---|
OperationStatus(int status,
Date goodUntil) |
OperationStatus(int status,
Date goodUntil,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBestExplanation() |
Date |
getGoodUntil() |
String |
getMessageByStatus() |
String |
getMessageByStatus(int i) |
int |
getStatus() |
void |
setGoodUntil(Date goodUntil) |
void |
setStatus(int status) |
String |
toString() |
public OperationStatus(int status,
Date goodUntil)
public int getStatus()
public void setStatus(int status)
public Date getGoodUntil()
public void setGoodUntil(Date goodUntil)
public String getBestExplanation()
public String getMessageByStatus()
public String getMessageByStatus(int i)
Copyright © 2020. All rights reserved.