Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemOCICallControlApplicationModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemOCICallControlApplicationModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemOCICallControlApplicationModifyRequest extends Request<DefaultResponse>
Modify an application from the OCI call control application list. The response is either SuccessResponse or 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 @NotNull @Size(min=1,max=80) StringapplicationIdprotected Optional<@Size(min=1,max=80) String>descriptionprotected BooleanenableSystemWideprotected IntegermaxEventChannelsPerSetprotected IntegernotificationTimeoutSecondsprotected IntegerunresponsiveChannelSetGracePeriodSeconds
-
Constructor Summary
Constructors Constructor Description SystemOCICallControlApplicationModifyRequest()SystemOCICallControlApplicationModifyRequest(BroadWorksServer broadWorksServer, String applicationId)
-
Method Summary
-
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 Detail
-
applicationId
@NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String applicationId
-
enableSystemWide
protected Boolean enableSystemWide
-
notificationTimeoutSeconds
protected Integer notificationTimeoutSeconds
-
maxEventChannelsPerSet
protected Integer maxEventChannelsPerSet
-
unresponsiveChannelSetGracePeriodSeconds
protected Integer unresponsiveChannelSetGracePeriodSeconds
-
-
Constructor Detail
-
SystemOCICallControlApplicationModifyRequest
public SystemOCICallControlApplicationModifyRequest()
-
SystemOCICallControlApplicationModifyRequest
public SystemOCICallControlApplicationModifyRequest(BroadWorksServer broadWorksServer, String applicationId)
-
-
Method Detail
-
setApplicationId
public BWSystem.SystemOCICallControlApplicationModifyRequest setApplicationId(String applicationId)
-
getApplicationId
public String getApplicationId()
-
setEnableSystemWide
public BWSystem.SystemOCICallControlApplicationModifyRequest setEnableSystemWide(Boolean enableSystemWide)
-
getEnableSystemWide
public Boolean getEnableSystemWide()
-
setNotificationTimeoutSeconds
public BWSystem.SystemOCICallControlApplicationModifyRequest setNotificationTimeoutSeconds(Integer notificationTimeoutSeconds)
-
getNotificationTimeoutSeconds
public Integer getNotificationTimeoutSeconds()
-
unsetDescription
public BWSystem.SystemOCICallControlApplicationModifyRequest unsetDescription()
-
setDescription
public BWSystem.SystemOCICallControlApplicationModifyRequest setDescription(String description)
-
setMaxEventChannelsPerSet
public BWSystem.SystemOCICallControlApplicationModifyRequest setMaxEventChannelsPerSet(Integer maxEventChannelsPerSet)
-
getMaxEventChannelsPerSet
public Integer getMaxEventChannelsPerSet()
-
setUnresponsiveChannelSetGracePeriodSeconds
public BWSystem.SystemOCICallControlApplicationModifyRequest setUnresponsiveChannelSetGracePeriodSeconds(Integer unresponsiveChannelSetGracePeriodSeconds)
-
getUnresponsiveChannelSetGracePeriodSeconds
public Integer getUnresponsiveChannelSetGracePeriodSeconds()
-
getEmptyObject
public static BWSystem.SystemOCICallControlApplicationModifyRequest 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:
formRequestin classRequest<DefaultResponse>
-
-