public interface Message
Represents a message in the Murmel API.
Each message has an ID, a tag, a language ID, and the actual message content.
-
Nested Class Summary
Nested Classes
-
Method Summary
int
int
of(int id,
@NotNull String tagId,
int languageId,
@NotNull String message)
-
Method Details
-
-
tagId
@NotNull
@NotNull String tagId()
-
languageId
int languageId()
-
message
@NotNull
@NotNull String message()
-
-
-
of
@NotNull
static @NotNull Message of(int id,
@NotNull
@NotNull String tagId,
int languageId,
@NotNull
@NotNull String message)