Class BWSystem.SystemRuntimeDataPublicationModifyRequest

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

public static class BWSystem.SystemRuntimeDataPublicationModifyRequest extends Request<DefaultResponse>
Modify the system call admission control parameters. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode and ignored in XS data mode: enableRuntimeDataSync, runtimeIntervalInMilliSeconds
Author:
AlpacaGenerator
  • Field Details

    • enableRuntimeDataSync

      protected Boolean enableRuntimeDataSync
    • runtimeDataSyncIntervalInMilliSeconds

      protected Integer runtimeDataSyncIntervalInMilliSeconds
  • Constructor Details

    • SystemRuntimeDataPublicationModifyRequest

      public SystemRuntimeDataPublicationModifyRequest()
    • SystemRuntimeDataPublicationModifyRequest

      public SystemRuntimeDataPublicationModifyRequest(BroadWorksServer broadWorksServer)
  • Method Details