Class BWSystem.SystemRoutingDeleteRouteRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutingDeleteRouteRequest
Enclosing class:
BWSystem

public static class BWSystem.SystemRoutingDeleteRouteRequest extends Request<DefaultResponse>
Request to delete a route from the system. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • routeName

      @NotNull @Size(min=1, max=32) protected @NotNull @Size(min=1,max=32) String routeName
  • Constructor Details

    • SystemRoutingDeleteRouteRequest

      public SystemRoutingDeleteRouteRequest()
    • SystemRoutingDeleteRouteRequest

      public SystemRoutingDeleteRouteRequest(BroadWorksServer broadWorksServer, String routeName)
  • Method Details