mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-05 18:58:07 -05:00
Export the record name
This commit is contained in:
parent
d5cca3b3a4
commit
7d086eaf1a
@ -286,6 +286,10 @@ public class Record {
|
||||
(q.getName().equals(name));
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public Data getPayload() {
|
||||
return payloadData;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user