ExperimentAction

Describes the action for an experiment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the action.

Link copied to clipboard

The description for the action.

Link copied to clipboard

The time that the action ended.

Link copied to clipboard

The parameters for the action.

Link copied to clipboard

The name of the action that must be completed before this action starts.

Link copied to clipboard

The time that the action started.

Link copied to clipboard

The state of the action.

Link copied to clipboard

The targets for the action.

Functions

Link copied to clipboard
inline fun copy(block: ExperimentAction.Builder.() -> Unit = {}): ExperimentAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String