@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class StudyReportWeek extends Object
Constructor and Description |
---|
StudyReportWeek() |
Modifier and Type | Method and Description |
---|---|
StudyReportWeek |
addRowsItem(WeeklyAdherenceReportRow rowsItem) |
boolean |
equals(Object o) |
Integer |
getAdherencePercent()
The percentage of actionable sessions that have been successfully completed by the participant for the whole study, rounded down to the nearest percent.
|
Map<String,List<EventStreamDay>> |
getByDayEntries()
A map of activities to be performed at specific days (in this case, of one week, or 0-6 days of the week).
|
List<WeeklyAdherenceReportRow> |
getRows()
Get rows
|
LocalDate |
getStartDate()
Get startDate
|
String |
getType()
StudyReportWeek
|
Integer |
getWeekInStudy()
Get weekInStudy
|
int |
hashCode() |
StudyReportWeek |
rows(List<WeeklyAdherenceReportRow> rows) |
void |
setRows(List<WeeklyAdherenceReportRow> rows) |
String |
toString() |
public Integer getWeekInStudy()
public LocalDate getStartDate()
public Integer getAdherencePercent()
public StudyReportWeek rows(List<WeeklyAdherenceReportRow> rows)
public StudyReportWeek addRowsItem(WeeklyAdherenceReportRow rowsItem)
public List<WeeklyAdherenceReportRow> getRows()
public void setRows(List<WeeklyAdherenceReportRow> rows)
public Map<String,List<EventStreamDay>> getByDayEntries()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.