public class MultipleInstance extends java.lang.Object implements JSONCacheable, java.io.Serializable
Spawning
,
Recurrence
,
RecurrenceInstance
,
Serialized FormhiddenAttributes$TRANSIENT
Constructor and Description |
---|
MultipleInstance() |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet |
getHiddenAttributes()
Returns the set of attributes (properties) that should not be included in
the JSON representation of the object.
|
Recurrence |
getRecurrence() |
RecurrenceInstance |
getRecurrenceInstance() |
Spawning |
getSpawning() |
void |
setRecurrence(Recurrence recurrenceConfiguration_)
Sets the recurrence configuration of the node
|
void |
setRecurrenceInstance(RecurrenceInstance rec_)
Sets the
RecurrenceInstance configuration of the node. |
void |
setSpawning(Spawning spawningConfiguration_)
Sets the spawning configuration of the node.
|
public java.util.HashSet getHiddenAttributes()
JSONable
getHiddenAttributes
in interface JSONable
public Recurrence getRecurrence()
public void setRecurrence(Recurrence recurrenceConfiguration_)
public Spawning getSpawning()
Spawning
configuration of the node. Null
if the node is not set to spawn.public void setSpawning(Spawning spawningConfiguration_)
public RecurrenceInstance getRecurrenceInstance()
RecurrenceInstance
information of the node. Null if no
instance configuration set.public void setRecurrenceInstance(RecurrenceInstance rec_)
RecurrenceInstance
configuration of the node.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.