@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class EventStream extends Object
Constructor and Description |
---|
EventStream() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,List<EventStreamDay>> |
getByDayEntries()
A map of activities to be performed at specific days since the event occurred.
|
Integer |
getDaysSinceEvent()
Get daysSinceEvent
|
DateTime |
getEventTimestamp()
Get eventTimestamp
|
List<String> |
getSessionGuids()
All the sessions (by GUID) in the `byDayEntries` of this event stream.
|
String |
getStartEventId()
Get startEventId
|
String |
getStudyBurstId()
Get studyBurstId
|
Integer |
getStudyBurstNum()
Get studyBurstNum
|
String |
getType()
EventStream
|
int |
hashCode() |
String |
toString() |
public String getStartEventId()
public List<String> getSessionGuids()
public DateTime getEventTimestamp()
public Integer getDaysSinceEvent()
public String getStudyBurstId()
public Integer getStudyBurstNum()
public Map<String,List<EventStreamDay>> getByDayEntries()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.