public class ReportData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportData.ReportDataBuilder |
| Constructor and Description |
|---|
ReportData(String title,
String contents,
String path) |
ReportData(String title,
String contents,
String path,
Boolean isEvidence) |
| Modifier and Type | Method and Description |
|---|---|
ReportData |
asEvidence(Boolean isEvidence) |
boolean |
equals(Object o) |
String |
getContents() |
String |
getId() |
String |
getPath() |
String |
getTitle() |
int |
hashCode() |
Boolean |
isEvidence() |
static ReportData.ReportDataBuilder |
withTitle(String title) |
public static ReportData.ReportDataBuilder withTitle(String title)
public String getTitle()
public String getContents()
public String getPath()
public String getId()
public ReportData asEvidence(Boolean isEvidence)
public Boolean isEvidence()
Copyright © 2022. All rights reserved.