@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class StudyActivityEvent extends Object
Constructor and Description |
---|
StudyActivityEvent() |
Modifier and Type | Method and Description |
---|---|
StudyActivityEvent |
clientTimeZone(String clientTimeZone) |
boolean |
equals(Object o) |
StudyActivityEvent |
eventId(String eventId) |
String |
getAnswerValue()
Answer value for a question event, or the iteration value for a study burst event.
|
String |
getClientTimeZone()
An IANA Time Zone Database (TZDB) name for the participant’s time zone at the time the record is submitted.
|
DateTime |
getCreatedOn()
ISO 8601 date and time that the user account was created.
|
String |
getEventId()
A string identifying this event.
|
String |
getOriginEventId()
If this event is generated from a study burst, the originating event ID that triggers the study burst to occur.
|
String |
getPeriodFromOrigin()
If the event is generated from a study burst, An ISO 8601 duration, describing the period after the originating event’s timestamp when this event has been scheduled to occur.
|
Integer |
getRecordCount()
The number of unique timestamp values that have been recorded for this event.
|
String |
getStudyBurstId()
If the event is generated from a study burst, the identifier of the study burst (note that this is also part of the value of the event ID itself).
|
DateTime |
getTimestamp()
ISO 8601 date and time that the event occurred.
|
String |
getType()
StudyActivityEvent
|
ActivityEventUpdateType |
getUpdateType()
The update type is carried over to the specific event records for informational purposes.
|
int |
hashCode() |
StudyActivityEvent |
originEventId(String originEventId) |
StudyActivityEvent |
periodFromOrigin(String periodFromOrigin) |
StudyActivityEvent |
recordCount(Integer recordCount) |
void |
setClientTimeZone(String clientTimeZone) |
void |
setEventId(String eventId) |
void |
setOriginEventId(String originEventId) |
void |
setPeriodFromOrigin(String periodFromOrigin) |
void |
setRecordCount(Integer recordCount) |
void |
setStudyBurstId(String studyBurstId) |
void |
setTimestamp(DateTime timestamp) |
void |
setUpdateType(ActivityEventUpdateType updateType) |
StudyActivityEvent |
studyBurstId(String studyBurstId) |
StudyActivityEvent |
timestamp(DateTime timestamp) |
String |
toString() |
StudyActivityEvent |
updateType(ActivityEventUpdateType updateType) |
public StudyActivityEvent eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public String getAnswerValue()
public StudyActivityEvent timestamp(DateTime timestamp)
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
public StudyActivityEvent updateType(ActivityEventUpdateType updateType)
public ActivityEventUpdateType getUpdateType()
public void setUpdateType(ActivityEventUpdateType updateType)
public StudyActivityEvent clientTimeZone(String clientTimeZone)
public String getClientTimeZone()
public void setClientTimeZone(String clientTimeZone)
public StudyActivityEvent originEventId(String originEventId)
public String getOriginEventId()
public void setOriginEventId(String originEventId)
public StudyActivityEvent studyBurstId(String studyBurstId)
public String getStudyBurstId()
public void setStudyBurstId(String studyBurstId)
public StudyActivityEvent periodFromOrigin(String periodFromOrigin)
public String getPeriodFromOrigin()
public void setPeriodFromOrigin(String periodFromOrigin)
public StudyActivityEvent recordCount(Integer recordCount)
public Integer getRecordCount()
public void setRecordCount(Integer recordCount)
public DateTime getCreatedOn()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.