Class BWSystem.SystemServiceCodeModifyRequest

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

public static class BWSystem.SystemServiceCodeModifyRequest extends Request<DefaultResponse>
Request to modify service code. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • serviceCode

      @NotNull @Size(min=1, max=30) protected @NotNull @Size(min=1,max=30) String serviceCode
    • description

      @Size(min=1, max=200) protected @Size(min=1,max=200) String description
  • Constructor Details

    • SystemServiceCodeModifyRequest

      public SystemServiceCodeModifyRequest()
    • SystemServiceCodeModifyRequest

      public SystemServiceCodeModifyRequest(BroadWorksServer broadWorksServer, String serviceCode)
  • Method Details