public class Report extends Object
Constructor and Description |
---|
Report(String text,
int size,
int reported,
int outOf) |
Modifier and Type | Method and Description |
---|---|
int |
getOutOf()
Returns total number of stats points when this report was created.
|
int |
getReported()
Returns number of stats points represented in this report.
|
int |
getSize()
Returns number of lines in the report.
|
String |
getText()
Returns the report text.
|
public Report(String text, int size, int reported, int outOf)
public int getOutOf()
public int getSize()
public String getText()
public int getReported()