public class Observe$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Observe$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Observe$() |
Modifier and Type | Method and Description |
---|---|
Observe |
apply(Id runId,
Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId,
scala.collection.immutable.Set<Parameter<?>> paramSet) |
Observe |
apply(Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId)
The apply method is used to create Observe command by end-user.
|
Observe |
apply(Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId,
scala.collection.immutable.Set<Parameter<?>> paramSet)
The apply method is used to create Observe command by end-user.
|
public static final Observe$ MODULE$
public Observe apply(Id runId, Prefix source, CommandName commandName, scala.Option<ObsId> maybeObsId, scala.collection.immutable.Set<Parameter<?>> paramSet)
public Observe apply(Prefix source, CommandName commandName, scala.Option<ObsId> maybeObsId)
source
- prefix representing source of the commandcommandName
- the name of the commandmaybeObsId
- an optional obsId for commandpublic Observe apply(Prefix source, CommandName commandName, scala.Option<ObsId> maybeObsId, scala.collection.immutable.Set<Parameter<?>> paramSet)
source
- prefix representing source of the commandcommandName
- the name of the commandmaybeObsId
- an optional obsId for commandparamSet
- an initial set of parameters (keys with values)