public class Setup$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Setup$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Setup$() |
Modifier and Type | Method and Description |
---|---|
Setup |
apply(Id runId,
Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId,
scala.collection.immutable.Set<Parameter<?>> paramSet) |
Setup |
apply(Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId)
The apply method is used to create Setup command by end-user.
|
Setup |
apply(Prefix source,
CommandName commandName,
scala.Option<ObsId> maybeObsId,
scala.collection.immutable.Set<Parameter<?>> paramSet)
The apply method is used to create Setup command by end-user.
|
public static final Setup$ MODULE$
public Setup apply(Id runId, Prefix source, CommandName commandName, scala.Option<ObsId> maybeObsId, scala.collection.immutable.Set<Parameter<?>> paramSet)
public Setup 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 Setup 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)