mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 16:51:42 +01:00
Export the record name
This commit is contained in:
parent
d5cca3b3a4
commit
7d086eaf1a
1 changed files with 4 additions and 0 deletions
|
@ -286,6 +286,10 @@ public class Record {
|
|||
(q.getName().equals(name));
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public Data getPayload() {
|
||||
return payloadData;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue