public final class Footnote
private final String
identifier
title
url
content
private final Float
score
Footnote(String identifier, String title, String url, String content, Float score)
final String
getIdentifier()
getTitle()
getUrl()
getContent()
final Float
getScore()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getIdentifier()
final String getTitle()
final String getUrl()
final String getContent()
final Float getScore()