Class ClientSentenceWithFootnotes
-
- All Implemented Interfaces:
public final class ClientSentenceWithFootnotes extends ClientMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final List<ClientFootnote>footnotesprivate final ClientEventTypeeventTypeprivate Longdelay
-
Constructor Summary
Constructors Constructor Description ClientSentenceWithFootnotes(String text, List<ClientFootnote> footnotes)
-
Method Summary
Modifier and Type Method Description final StringgetText()final List<ClientFootnote>getFootnotes()-
-
Constructor Detail
-
ClientSentenceWithFootnotes
ClientSentenceWithFootnotes(String text, List<ClientFootnote> footnotes)
-
-
Method Detail
-
getFootnotes
final List<ClientFootnote> getFootnotes()
-
-
-
-