Class BWSystem.SystemSMDIDeleteACLEntryRequest

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

public static class BWSystem.SystemSMDIDeleteACLEntryRequest extends Request<DefaultResponse>
Delete an entry from 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
  • Constructor Details

    • SystemSMDIDeleteACLEntryRequest

      public SystemSMDIDeleteACLEntryRequest()
    • SystemSMDIDeleteACLEntryRequest

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