@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class StudyActivityEventRequest extends Object
Constructor and Description |
---|
StudyActivityEventRequest() |
Modifier and Type | Method and Description |
---|---|
StudyActivityEventRequest |
answerValue(String answerValue) |
StudyActivityEventRequest |
clientTimeZone(String clientTimeZone) |
boolean |
equals(Object o) |
StudyActivityEventRequest |
eventId(String eventId) |
String |
getAnswerValue()
Some event types can be scoped to a specific answer from the participant (in particular, survey questions).
|
String |
getClientTimeZone()
An IANA Time Zone Database (TZDB) name for the participant’s time zone at the time the record is submitted.
|
String |
getEventId()
identifier for the custom event
|
DateTime |
getTimestamp()
ISO 8601 date and time to record for event
|
String |
getType()
CustomActivityEventRequest
|
int |
hashCode() |
void |
setAnswerValue(String answerValue) |
void |
setClientTimeZone(String clientTimeZone) |
void |
setEventId(String eventId) |
void |
setTimestamp(DateTime timestamp) |
StudyActivityEventRequest |
timestamp(DateTime timestamp) |
String |
toString() |
public StudyActivityEventRequest eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public StudyActivityEventRequest timestamp(DateTime timestamp)
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
public StudyActivityEventRequest answerValue(String answerValue)
public String getAnswerValue()
public void setAnswerValue(String answerValue)
public StudyActivityEventRequest clientTimeZone(String clientTimeZone)
public String getClientTimeZone()
public void setClientTimeZone(String clientTimeZone)
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.