public class UserDescriptor extends Object
| Constructor and Description |
|---|
UserDescriptor(String username,
StatusCode statusCode) |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
getStatusCode()
Get response code for the GenerateKey action.
|
String |
getUsername()
Get the username of the request user.
|
void |
setStatusCode(StatusCode statusCode) |
void |
setUsername(String username) |
public UserDescriptor(String username, StatusCode statusCode)
public String getUsername()
public void setUsername(String username)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode statusCode)
Copyright © 2023. All rights reserved.