Class ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
- Enclosing class:
- ServiceProviderTrunkGroup
public static class ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest extends Request<DefaultResponse>
Modify the maximum and bursting maximum permissible active Trunk Group calls for the service provider. The response is either a SuccessResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields Modifier and Type Field Description protected @Valid UnboundedNonNegativeInt
burstingMaxActiveCalls
protected @Valid UnboundedNonNegativeInt
maxActiveCalls
protected @NotNull @Valid ServiceProvider
serviceProvider
-
Constructor Summary
Constructors Constructor Description ServiceProviderTrunkGroupModifyRequest()
ServiceProviderTrunkGroupModifyRequest(ServiceProvider serviceProvider)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.UnboundedNonNegativeInt
getBurstingMaxActiveCalls()
static ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.UnboundedNonNegativeInt
getMaxActiveCalls()
ServiceProvider
getServiceProvider()
ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
setBurstingMaxActiveCalls(UnboundedNonNegativeInt burstingMaxActiveCalls)
ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
setMaxActiveCalls(UnboundedNonNegativeInt maxActiveCalls)
ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest
setServiceProvider(ServiceProvider serviceProvider)
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
ServiceProviderTrunkGroupModifyRequest
public ServiceProviderTrunkGroupModifyRequest() -
ServiceProviderTrunkGroupModifyRequest
-
-
Method Details
-
setServiceProvider
public ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest setServiceProvider(ServiceProvider serviceProvider) -
getServiceProvider
-
setMaxActiveCalls
public ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest setMaxActiveCalls(UnboundedNonNegativeInt maxActiveCalls) -
getMaxActiveCalls
-
setBurstingMaxActiveCalls
public ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest setBurstingMaxActiveCalls(UnboundedNonNegativeInt burstingMaxActiveCalls) -
getBurstingMaxActiveCalls
-
getEmptyObject
public static ServiceProviderTrunkGroup.ServiceProviderTrunkGroupModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-