public class AdHocCommandNote extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AdHocCommandNote.Type
Represents a note type.
|
Constructor and Description |
---|
AdHocCommandNote(AdHocCommandNote.Type type,
String value)
Creates a new adhoc command note with the specified type and value.
|
Modifier and Type | Method and Description |
---|---|
AdHocCommandNote.Type |
getType()
Return the type of the note.
|
String |
getValue()
Returns the value or message of the note.
|
public AdHocCommandNote(AdHocCommandNote.Type type, String value)
type
- the type of the note.value
- the value of the note.public String getValue()
public AdHocCommandNote.Type getType()