Class BusyLampField.SystemBusyLampFieldModifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.BusyLampField.SystemBusyLampFieldModifyRequest
Enclosing class:
BusyLampField

public static class BusyLampField.SystemBusyLampFieldModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with the Busy Lamp Field Service. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: forceUseOfTCP The following elements are only used in AS data mode and ignored in Amplify and XS data mode: enableRedundancy redundancyTaskDelayMilliseconds redundancyTaskIntervalMilliseconds maxNumberOfSubscriptionsPerRedundancyTaskInterval The following elements are only used in AS data mode and ignored in XS data mode: ignoreUnansweredTerminatingCalls
Author:
AlpacaGenerator
  • Field Details

    • displayLocalUserIdentityLastNameFirst

      protected Boolean displayLocalUserIdentityLastNameFirst
    • forceUseOfTCP

      protected Boolean forceUseOfTCP
    • enableRedundancy

      protected Boolean enableRedundancy
    • redundancyTaskDelayMilliseconds

      protected Integer redundancyTaskDelayMilliseconds
    • redundancyTaskIntervalMilliseconds

      protected Integer redundancyTaskIntervalMilliseconds
    • maxNumberOfSubscriptionsPerRedundancyTaskInterval

      protected Integer maxNumberOfSubscriptionsPerRedundancyTaskInterval
    • ignoreUnansweredTerminatingCalls

      protected Boolean ignoreUnansweredTerminatingCalls
  • Constructor Details

    • SystemBusyLampFieldModifyRequest

      public SystemBusyLampFieldModifyRequest()
    • SystemBusyLampFieldModifyRequest

      public SystemBusyLampFieldModifyRequest(BroadWorksServer broadWorksServer)
  • Method Details