@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class Schedule2 extends Object
Constructor and Description |
---|
Schedule2() |
Modifier and Type | Method and Description |
---|---|
Schedule2 |
addSessionsItem(Session sessionsItem) |
Schedule2 |
addStudyBurstsItem(StudyBurst studyBurstsItem) |
Schedule2 |
clientData(Object clientData) |
Schedule2 |
deleted(Boolean deleted) |
Schedule2 |
duration(String duration) |
boolean |
equals(Object o) |
Object |
getClientData()
Client data for a schedule should be in a syntactically valid JSON format.
|
DateTime |
getCreatedOn()
The date and time the schedule was created.
|
String |
getDuration()
The length of time this schedule will run for.
|
String |
getGuid()
The unique identifier for this model.
|
DateTime |
getModifiedOn()
The date and time the schedule was last modified.
|
String |
getName()
The name of the schedule as shown to a study designer.
|
String |
getOwnerId()
The identifier of the organization that owns this schedule.
|
List<Session> |
getSessions()
An ordered collection of sessions.
|
List<StudyBurst> |
getStudyBursts()
Get studyBursts
|
String |
getType()
Schedule
|
Long |
getVersion()
The optimistic locking version of the schedule.
|
Schedule2 |
guid(String guid) |
int |
hashCode() |
Boolean |
isDeleted()
Has this schedule been logically deleted? An admin can restore it.
|
Boolean |
isPublished()
Has this schedule been published? Mo further changes can be made to the schedule after publication.
|
Schedule2 |
name(String name) |
Schedule2 |
ownerId(String ownerId) |
Schedule2 |
published(Boolean published) |
Schedule2 |
sessions(List<Session> sessions) |
void |
setClientData(Object clientData) |
void |
setDeleted(Boolean deleted) |
void |
setDuration(String duration) |
void |
setGuid(String guid) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setPublished(Boolean published) |
void |
setSessions(List<Session> sessions) |
void |
setStudyBursts(List<StudyBurst> studyBursts) |
void |
setVersion(Long version) |
Schedule2 |
studyBursts(List<StudyBurst> studyBursts) |
String |
toString() |
Schedule2 |
version(Long version) |
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getName()
public void setName(String name)
public String getGuid()
public void setGuid(String guid)
public String getDuration()
public void setDuration(String duration)
public Boolean isPublished()
public void setPublished(Boolean published)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public Object getClientData()
public void setClientData(Object clientData)
public Schedule2 studyBursts(List<StudyBurst> studyBursts)
public Schedule2 addStudyBurstsItem(StudyBurst studyBurstsItem)
public List<StudyBurst> getStudyBursts()
public void setStudyBursts(List<StudyBurst> studyBursts)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public Long getVersion()
public void setVersion(Long version)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.