@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ReportData extends Object
Constructor and Description |
---|
ReportData() |
Modifier and Type | Method and Description |
---|---|
ReportData |
addStudyIdsItem(String studyIdsItem) |
ReportData |
data(Object data) |
ReportData |
date(String date) |
ReportData |
dateTime(DateTime dateTime) |
boolean |
equals(Object o) |
Object |
getData()
An arbitrary JSON object containing whatever data should be saved for a report.
|
String |
getDate()
The date (whether local or an ISO timestamp) of the report data.
|
DateTime |
getDateTime()
The date expressed as an ISO 8601 timestamp.
|
LocalDate |
getLocalDate()
The date expressed as a LocalDate (YYYY-MM-DD)
|
List<String> |
getStudyIds()
The studies this report record is associated to (these are set with the first record that is submitted and that creates a report index, and cannot be changed afterward unless the user is a study-wide user not associated to any specific study.
|
String |
getType()
ReportData
|
int |
hashCode() |
ReportData |
localDate(LocalDate localDate) |
void |
setData(Object data) |
void |
setDate(String date) |
void |
setDateTime(DateTime dateTime) |
void |
setLocalDate(LocalDate localDate) |
void |
setStudyIds(List<String> studyIds) |
ReportData |
studyIds(List<String> studyIds) |
String |
toString() |
public ReportData date(String date)
public String getDate()
public void setDate(String date)
public ReportData localDate(LocalDate localDate)
public LocalDate getLocalDate()
public void setLocalDate(LocalDate localDate)
public ReportData dateTime(DateTime dateTime)
public DateTime getDateTime()
public void setDateTime(DateTime dateTime)
public ReportData data(Object data)
public Object getData()
public void setData(Object data)
public ReportData studyIds(List<String> studyIds)
public ReportData addStudyIdsItem(String studyIdsItem)
public List<String> getStudyIds()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.