Package csw.params.commands
Class CommandResponse.Completed$
- java.lang.Object
-
- csw.params.commands.CommandResponse.Completed$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- CommandResponse
public static class CommandResponse.Completed$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CommandResponse.Completed$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Completed$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandResponse.Completed
apply(Id runId)
-
-
-
Field Detail
-
MODULE$
public static final CommandResponse.Completed$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public CommandResponse.Completed apply(Id runId)
-
-