public static final class Command.Note
extends java.lang.Object
Represents a note associated with a command.
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Note.Type
Represents the note type.
|
| Constructor and Description |
|---|
Note(Command.Note.Type type,
java.lang.String value)
Creates a note.
|
| Modifier and Type | Method and Description |
|---|---|
Command.Note.Type |
getType()
Gets the note type.
|
java.lang.String |
getValue()
Gets the note value.
|
public Note(Command.Note.Type type, java.lang.String value)
Creates a note.
type - The note type.value - The actual note value.public final Command.Note.Type getType()
Gets the note type.
public final java.lang.String getValue()
Gets the note value.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.