public class BaseDfbReport extends Object
Constructor and Description |
---|
BaseDfbReport(String startDate)
Base report structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStartDate()
First date present in the results as 'YYYY-MM-DD' or None.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String startDate
public BaseDfbReport(String startDate)
startDate
- First date present in the results as 'YYYY-MM-DD' or
None. Must not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public String getStartDate()
null
.public String toStringMultiline()
The returned String may contain newlines.