public class RecurrenceInstance extends Recurrence
Recurrence.End
Constructor and Description |
---|
RecurrenceInstance() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Retrieves the unique id of this RecurrenceInstance.
|
java.sql.Timestamp |
getTimeStampScheduled()
Retrieves the timestamp at which next instance of the node is created.
|
void |
setId(java.lang.Long id_)
Sets the id of the recurrence instance.
|
void |
setTimeStampScheduled(java.sql.Timestamp stampScheduled_)
Sets the timestamp at which the next instance of the node is created.
|
getEnd, getRecurringInterval, getTimeZoneId, getTimeZoneIdExpr, setEnd, setRecurringInterval, setTimeZoneId, setTimeZoneIdExpr
public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- public java.sql.Timestamp getTimeStampScheduled()
public void setTimeStampScheduled(java.sql.Timestamp stampScheduled_)
stampScheduled_
- timestamp of the time at which new instance of node
is created.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.