Package csw.command.client
Class CommandResponseManager.OverallSuccess
java.lang.Object
csw.command.client.CommandResponseManager.OverallSuccess
- All Implemented Interfaces:
CommandResponseManager.OverallResponse
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- CommandResponseManager
public static class CommandResponseManager.OverallSuccess
extends Object
implements CommandResponseManager.OverallResponse, scala.Product, Serializable
Indicates that all responses included completed successfully.
param: responses the set of responses
- See Also:
-
Constructor Summary
ConstructorDescriptionOverallSuccess
(scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses) -
Method Summary
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
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
OverallSuccess
-
-
Method Details
-
responses
- Specified by:
responses
in interfaceCommandResponseManager.OverallResponse
-