Class CommandResponse.Accepted

java.lang.Object
csw.params.commands.CommandResponse.Accepted
All Implemented Interfaces:
CommandResponse, CommandResponse.OnewayResponse, CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse, CommandSerializable, Serializable, scala.Equals, scala.Product
Enclosing interface:
CommandResponse

public static class CommandResponse.Accepted extends Object implements CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse, CommandResponse.OnewayResponse, scala.Product, Serializable
Represents a final response stating acceptance of a command received meaning passed validation

param: runId the runId of command for which this response is created

See Also:
  • Constructor Details

    • Accepted

      public Accepted(Id runId)
  • Method Details

    • runId

      public Id runId()
      Description copied from interface: CommandResponse
      A helper method to get the runId for this command response

      Specified by:
      runId in interface CommandResponse
      Returns:
      the runId of command for which this response is created