public static class CommandDone.Status extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandDone.Status.StatusBuilder
Builder object for
CommandDone.Status. |
| Modifier and Type | Field and Description |
|---|---|
String |
details
A detailed message.
|
String |
message
The message.
|
DoneStatus |
type
The type.
|
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMessage(String message)
Sets the message with max size MESSAGE_MAX_LENGTH.
|
public String details
public String message
public DoneStatus type
public void setMessage(String message)
message - The message.Copyright © 2025 OBM, LLC. All rights reserved.