public class AuthorizationData extends Object implements Serializable
Constructor and Description |
---|
AuthorizationData()
No args constructor for use in serialization
|
AuthorizationData(String status,
String action) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAction()
The desired action.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
setAction(String action)
The desired action.
|
void |
setStatus(String status)
The status.
|
String |
toString() |
public AuthorizationData()