@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ReportDataForWorker extends Object
Constructor and Description |
---|
ReportDataForWorker() |
Modifier and Type | Method and Description |
---|---|
ReportDataForWorker |
addStudyIdsItem(String studyIdsItem) |
ReportDataForWorker |
data(Object data) |
ReportDataForWorker |
date(LocalDate date) |
ReportDataForWorker |
dateTime(DateTime dateTime) |
boolean |
equals(Object o) |
Object |
getData()
An arbitrary JSON object containing whatever data should be saved for a report.
|
LocalDate |
getDate()
The date (YYYY-MM-DD) of the report data.
|
DateTime |
getDateTime()
The date expressed as an ISO 8601 timestamp.
|
String |
getHealthCode()
The health code of the person for whom this data is being created.
|
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 an app-wide user not associated to any specific study.
|
String |
getType()
ReportData
|
int |
hashCode() |
ReportDataForWorker |
healthCode(String healthCode) |
void |
setData(Object data) |
void |
setDate(LocalDate date) |
void |
setDateTime(DateTime dateTime) |
void |
setHealthCode(String healthCode) |
void |
setStudyIds(List<String> studyIds) |
ReportDataForWorker |
studyIds(List<String> studyIds) |
String |
toString() |
public ReportDataForWorker healthCode(String healthCode)
public String getHealthCode()
public void setHealthCode(String healthCode)
public ReportDataForWorker date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public ReportDataForWorker dateTime(DateTime dateTime)
public DateTime getDateTime()
public void setDateTime(DateTime dateTime)
public ReportDataForWorker data(Object data)
public Object getData()
public void setData(Object data)
public ReportDataForWorker studyIds(List<String> studyIds)
public ReportDataForWorker addStudyIdsItem(String studyIdsItem)
public List<String> getStudyIds()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.