Package csw.command.client
Class CommandResponseManager.OverallSuccess
- java.lang.Object
-
- csw.command.client.CommandResponseManager.OverallSuccess
-
- All Implemented Interfaces:
CommandResponseManager.OverallResponse
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- CommandResponseManager
public static class CommandResponseManager.OverallSuccess extends java.lang.Object implements CommandResponseManager.OverallResponse, scala.Product, java.io.Serializable
Indicates that all responses included completed successfully. param: responses the set of responses- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverallSuccess(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
-
OverallSuccess
public OverallSuccess(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses)
-
-
Method Detail
-
responses
public scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses()
- Specified by:
responses
in interfaceCommandResponseManager.OverallResponse
-
-