public class BatchReferenceTag extends Object
| Constructor and Description |
|---|
BatchReferenceTag(@NonNull String referenceTag,
@NonNull String type)
Constructs a reference tag without parameters.
|
BatchReferenceTag(@NonNull String referenceTag,
@NonNull String type,
@NonNull List<String> parameters)
Constructs a reference tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(@NonNull ClientReceiveServerMessageEvent event)
Adds an event to the tag.
|
@NonNull List<ClientReceiveServerMessageEvent> |
getEvents()
Gets the events, in order, assigned to this tag.
|
@NonNull List<String> |
getParameters()
Gets the tag's parameters.
|
@NonNull String |
getReferenceTag()
Gets the reference tag.
|
@NonNull String |
getType()
Gets the tag's type
|
public BatchReferenceTag(@NonNull String referenceTag, @NonNull String type, @NonNull List<String> parameters)
referenceTag - the tagtype - the tag's typeparameters - any additional parameterspublic @NonNull String getReferenceTag()
public @NonNull String getType()
public @NonNull List<String> getParameters()
public @NonNull List<ClientReceiveServerMessageEvent> getEvents()
public void addEvent(@NonNull ClientReceiveServerMessageEvent event)
event - event to addCopyright © 2013–2021 Kitteh. All rights reserved.