public class AuthorizationResponse extends Object
| Constructor and Description |
|---|
AuthorizationResponse(boolean authorize) |
AuthorizationResponse(boolean authorize,
String message,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAuthorize() |
String |
getMessage() |
int |
getStatusCode() |
void |
setAuthorize(boolean authorize) |
void |
setMessage(String message) |
void |
setStatusCode(int statusCode) |
String |
toString() |
public AuthorizationResponse(boolean authorize,
String message,
int statusCode)
public AuthorizationResponse(boolean authorize)
Copyright © 2025. All rights reserved.