public class AuthorizeResponse extends Object
| Constructor and Description |
|---|
AuthorizeResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowed() |
String |
getMessage() |
String |
getTimestamp() |
AuthorizeResponse |
setAllowed(Boolean allowed) |
AuthorizeResponse |
setMessage(String message) |
AuthorizeResponse |
setTimestamp(String timestamp) |
public Boolean getAllowed()
public AuthorizeResponse setAllowed(Boolean allowed)
public String getMessage()
public AuthorizeResponse setMessage(String message)
public String getTimestamp()
public AuthorizeResponse setTimestamp(String timestamp)
Copyright © 2019. All rights reserved.