@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class StudyAdherenceReport extends Object
Constructor and Description |
---|
StudyAdherenceReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StudyAdherenceReport |
eventTimestamps(Map<String,DateTime> eventTimestamps) |
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.
|
String |
getClientTimeZone()
The IANA time zone name of the participant’s time zone.
|
DateTime |
getCreatedOn()
ISO 8601 date and time that the report was generated.
|
DateRange |
getDateRange()
Get dateRange
|
Map<String,DateTime> |
getEventTimestamps()
A mapping of event IDs to the most recent timestamp value for that event.
|
AccountRef |
getParticipant()
Get participant
|
ParticipantStudyProgress |
getProgression()
Get progression
|
String |
getType()
StudyAdherenceReport
|
List<String> |
getUnscheduledSessions()
Get unscheduledSessions
|
List<String> |
getUnsetEventIds()
Get unsetEventIds
|
List<StudyReportWeek> |
getWeeks()
Get weeks
|
int |
hashCode() |
Boolean |
isTestAccount()
Will be true if the account is a test account, with the “test_user” data group assigned to it.
|
StudyAdherenceReport |
putEventTimestampsItem(String key,
DateTime eventTimestampsItem) |
void |
setEventTimestamps(Map<String,DateTime> eventTimestamps) |
String |
toString() |
public AccountRef getParticipant()
public Boolean isTestAccount()
public ParticipantStudyProgress getProgression()
public DateRange getDateRange()
public Integer getAdherencePercent()
public String getClientTimeZone()
public DateTime getCreatedOn()
public List<StudyReportWeek> getWeeks()
public List<String> getUnscheduledSessions()
public StudyAdherenceReport eventTimestamps(Map<String,DateTime> eventTimestamps)
public StudyAdherenceReport putEventTimestampsItem(String key, DateTime eventTimestampsItem)
public Map<String,DateTime> getEventTimestamps()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.