public class ReportData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportData.ReportDataBuilder |
Constructor and Description |
---|
ReportData(java.lang.String title,
java.lang.String contents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContents() |
java.lang.String |
getTitle() |
int |
hashCode() |
static ReportData.ReportDataBuilder |
withTitle(java.lang.String title) |
public static ReportData.ReportDataBuilder withTitle(java.lang.String title)
public java.lang.String getTitle()
public java.lang.String getContents()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object