Package csw.params.commands
Class CommandResponse.Cancelled
java.lang.Object
csw.params.commands.CommandResponse.Cancelled
- All Implemented Interfaces:
CommandResponse
,CommandResponse.SubmitResponse
,CommandSerializable
,Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- CommandResponse
public static class CommandResponse.Cancelled
extends Object
implements CommandResponse.SubmitResponse, scala.Product, Serializable
Represents a negative response that describes the cancellation of command
param: runId of command for which this response is created
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.params.commands.CommandResponse
CommandResponse.Accepted, CommandResponse.Accepted$, CommandResponse.Cancelled, CommandResponse.Cancelled$, CommandResponse.Completed, CommandResponse.Completed$, CommandResponse.Error, CommandResponse.Error$, CommandResponse.Invalid, CommandResponse.Invalid$, CommandResponse.Locked, CommandResponse.Locked$, CommandResponse.MatchingResponse, CommandResponse.OnewayResponse, CommandResponse.Started, CommandResponse.Started$, CommandResponse.SubmitResponse, CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionrunId()
A helper method to get the runId for this command responseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface csw.params.commands.CommandResponse.SubmitResponse
typeName
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Cancelled
-
-
Method Details
-
runId
Description copied from interface:CommandResponse
A helper method to get the runId for this command response- Specified by:
runId
in interfaceCommandResponse
- Returns:
- the runId of command for which this response is created
-
withRunId
- Specified by:
withRunId
in interfaceCommandResponse.SubmitResponse
-