@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ActivityEvent extends Object
Constructor and Description |
---|
ActivityEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ActivityEvent |
eventId(String eventId) |
String |
getAnswerValue()
answer value for a question event
|
String |
getEventId()
event identifier
|
String |
getStudyId()
the study in which this event occurred (if null, the event is global to an entire app; these are deprecated).
|
DateTime |
getTimestamp()
ISO 8601 date and time that the event occurred
|
String |
getType()
ActivityEvent
|
int |
hashCode() |
void |
setEventId(String eventId) |
void |
setStudyId(String studyId) |
void |
setTimestamp(DateTime timestamp) |
ActivityEvent |
studyId(String studyId) |
ActivityEvent |
timestamp(DateTime timestamp) |
String |
toString() |
public ActivityEvent eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public ActivityEvent studyId(String studyId)
public String getStudyId()
public void setStudyId(String studyId)
public String getAnswerValue()
public ActivityEvent timestamp(DateTime timestamp)
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.