@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ScheduledSession extends Object
Constructor and Description |
---|
ScheduledSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ScheduledAssessment> |
getAssessments()
Get assessments
|
String |
getDelayTime()
Get delayTime
|
LocalDate |
getEndDate()
Only set for the participant schedule.
|
Integer |
getEndDay()
The day since the `startEventId` for this session stream when this session should end.
|
String |
getExpiration()
Get expiration
|
String |
getInstanceGuid()
Get instanceGuid
|
String |
getRefGuid()
Get refGuid
|
LocalDate |
getStartDate()
Only set for the participant schedule.
|
Integer |
getStartDay()
The day since the `startEventId` for this session stream when this session should start.
|
String |
getStartEventId()
An event ID for this scheduled session.
|
String |
getStartTime()
Get startTime
|
SessionCompletionState |
getState()
Only set for the participant schedule (unless the session is persistent; in this case no state is given since the session can be done repeatedly by the participant).
|
String |
getStudyBurstId()
Get studyBurstId
|
Integer |
getStudyBurstNum()
Get studyBurstNum
|
String |
getTimeWindowGuid()
The time window GUID for the time window that generated this scheduled session.
|
String |
getType()
ScheduledSession
|
int |
hashCode() |
Boolean |
isPersistent()
Get persistent
|
String |
toString() |
public String getRefGuid()
public String getInstanceGuid()
public String getStartEventId()
public Integer getStartDay()
public Integer getEndDay()
public String getStartTime()
public String getDelayTime()
public String getExpiration()
public Boolean isPersistent()
public String getStudyBurstId()
public Integer getStudyBurstNum()
public String getTimeWindowGuid()
public List<ScheduledAssessment> getAssessments()
public LocalDate getStartDate()
public LocalDate getEndDate()
public SessionCompletionState getState()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.