public class ReporterScore
extends java.lang.Object
ReporterList
Modifier and Type | Field and Description |
---|---|
private ReporterListScoreData |
data |
Constructor and Description |
---|
ReporterScore(ReporterListScoreData data) |
Modifier and Type | Method and Description |
---|---|
(package private) ReporterListScoreData |
getData() |
static ReporterScoreQuery |
getQuery(ReporterList reporterList)
Get a query object configured to retrieve reporters.
|
ReporterData |
getReporter()
Get the reporter.
|
java.lang.Float |
getScore()
Get the score for this reporter or null if no score has been set.
|
private final ReporterListScoreData data
ReporterScore(ReporterListScoreData data)
public static ReporterScoreQuery getQuery(ReporterList reporterList)
DataQuery
objectReporterListScoreData getData()
public ReporterData getReporter()
ReporterData
objectpublic java.lang.Float getScore()
ReporterList.addReporter(ReporterData, Float)