Class BWSystem.SystemSMDIAddACLEntryRequest

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

public static class BWSystem.SystemSMDIAddACLEntryRequest extends Request<DefaultResponse>
Add an entry to the SMDI access control list. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • netAddress

      @NotNull @Size(min=1, max=39) protected @NotNull @Size(min=1,max=39) String netAddress
    • description

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

    • SystemSMDIAddACLEntryRequest

      public SystemSMDIAddACLEntryRequest()
    • SystemSMDIAddACLEntryRequest

      public SystemSMDIAddACLEntryRequest(BroadWorksServer broadWorksServer, String netAddress)
  • Method Details