@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class StudyBurst extends Object
Constructor and Description |
---|
StudyBurst() |
Modifier and Type | Method and Description |
---|---|
StudyBurst |
delay(String delay) |
boolean |
equals(Object o) |
String |
getDelay()
ISO 8601 duration between the origin event timestamp and the first burst in the study burst sequence (days or weeks)
|
String |
getIdentifier()
Identifier for the study burst.
|
String |
getInterval()
ISO 8601 duration between the burst event timestamps in days or weeks
|
Integer |
getOccurrences()
The number of timestamps that should be generated with the `originEventId` occurs.
|
String |
getOriginEventId()
The event ID that will trigger the generation of a set of study burst events
|
String |
getType()
StudyBurst
|
ActivityEventUpdateType |
getUpdateType()
Get updateType
|
int |
hashCode() |
StudyBurst |
identifier(String identifier) |
StudyBurst |
interval(String interval) |
StudyBurst |
occurrences(Integer occurrences) |
StudyBurst |
originEventId(String originEventId) |
void |
setDelay(String delay) |
void |
setIdentifier(String identifier) |
void |
setInterval(String interval) |
void |
setOccurrences(Integer occurrences) |
void |
setOriginEventId(String originEventId) |
void |
setUpdateType(ActivityEventUpdateType updateType) |
String |
toString() |
StudyBurst |
updateType(ActivityEventUpdateType updateType) |
public StudyBurst identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public StudyBurst originEventId(String originEventId)
public String getOriginEventId()
public void setOriginEventId(String originEventId)
public StudyBurst delay(String delay)
public String getDelay()
public void setDelay(String delay)
public StudyBurst interval(String interval)
public String getInterval()
public void setInterval(String interval)
public StudyBurst occurrences(Integer occurrences)
public Integer getOccurrences()
public void setOccurrences(Integer occurrences)
public StudyBurst updateType(ActivityEventUpdateType updateType)
public ActivityEventUpdateType getUpdateType()
public void setUpdateType(ActivityEventUpdateType updateType)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.