@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ScheduledActivity extends Object
Constructor and Description |
---|
ScheduledActivity() |
Modifier and Type | Method and Description |
---|---|
ScheduledActivity |
clientData(Object clientData) |
boolean |
equals(Object o) |
ScheduledActivity |
finishedOn(DateTime finishedOn) |
Activity |
getActivity()
Get activity
|
Object |
getClientData()
An arbitrary object that will be serialized and stored as JSON using the GSON serialization mechanisms.
|
DateTime |
getExpiresOn()
The time after which this task should no longer be made available to the participant.
|
DateTime |
getFinishedOn()
This field is filled out by the client to persist the fact that a task has been finished.
|
String |
getGuid()
Get guid
|
DateTime |
getScheduledOn()
The time at which the activity should be made available to the participant.
|
String |
getSchedulePlanGuid()
Get schedulePlanGuid
|
DateTime |
getStartedOn()
This field is filled out by the client to persist the fact that a task has been started.
|
ScheduleStatus |
getStatus()
Get status
|
String |
getType()
ScheduledActivity
|
ScheduledActivity |
guid(String guid) |
int |
hashCode() |
Boolean |
isPersistent()
Is this activity persistent? If so, it will never be removed from the list of activities; the client may wish to provide different UI for such a task.
|
void |
setClientData(Object clientData) |
void |
setFinishedOn(DateTime finishedOn) |
void |
setGuid(String guid) |
void |
setStartedOn(DateTime startedOn) |
void |
setStatus(ScheduleStatus status) |
ScheduledActivity |
startedOn(DateTime startedOn) |
ScheduledActivity |
status(ScheduleStatus status) |
String |
toString() |
public ScheduledActivity guid(String guid)
public String getGuid()
public void setGuid(String guid)
public String getSchedulePlanGuid()
public ScheduledActivity startedOn(DateTime startedOn)
public DateTime getStartedOn()
public void setStartedOn(DateTime startedOn)
public ScheduledActivity finishedOn(DateTime finishedOn)
public DateTime getFinishedOn()
public void setFinishedOn(DateTime finishedOn)
public DateTime getScheduledOn()
public DateTime getExpiresOn()
public Activity getActivity()
public Boolean isPersistent()
public ScheduledActivity clientData(Object clientData)
public Object getClientData()
public void setClientData(Object clientData)
public ScheduledActivity status(ScheduleStatus status)
public ScheduleStatus getStatus()
public void setStatus(ScheduleStatus status)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.