Package csw.command.client
Class CommandResponseManager.OverallFailure
- java.lang.Object
-
- csw.command.client.CommandResponseManager.OverallFailure
-
- All Implemented Interfaces:
CommandResponseManager.OverallResponse
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- CommandResponseManager
public static class CommandResponseManager.OverallFailure extends java.lang.Object implements CommandResponseManager.OverallResponse, scala.Product, java.io.Serializable
Indicates that at least one of the responses ended with a negative response param: responses the set of responses- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverallFailure(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Set<CommandResponse.SubmitResponse>
responses()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface csw.command.client.CommandResponseManager.OverallResponse
getResponses
-
-
-
-
Constructor Detail
-
OverallFailure
public OverallFailure(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses)
-
-
Method Detail
-
responses
public scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses()
- Specified by:
responses
in interfaceCommandResponseManager.OverallResponse
-
-