Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemMediaServerParametersModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemMediaServerParametersModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemMediaServerParametersModifyRequest
extends Request<DefaultResponse>
Request to modify Media Server system parameters. 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setMediaServerResponseTimerMilliseconds
(Integer mediaServerResponseTimerMilliseconds) setMediaServerSelectionRouteTimerMilliseconds
(Integer mediaServerSelectionRouteTimerMilliseconds) setUseStaticMediaServerDevice
(Boolean useStaticMediaServerDevice) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
mediaServerResponseTimerMilliseconds
-
mediaServerSelectionRouteTimerMilliseconds
-
useStaticMediaServerDevice
-
-
Constructor Details
-
SystemMediaServerParametersModifyRequest
public SystemMediaServerParametersModifyRequest() -
SystemMediaServerParametersModifyRequest
-
-
Method Details
-
setMediaServerResponseTimerMilliseconds
public BWSystem.SystemMediaServerParametersModifyRequest setMediaServerResponseTimerMilliseconds(Integer mediaServerResponseTimerMilliseconds) -
getMediaServerResponseTimerMilliseconds
-
setMediaServerSelectionRouteTimerMilliseconds
public BWSystem.SystemMediaServerParametersModifyRequest setMediaServerSelectionRouteTimerMilliseconds(Integer mediaServerSelectionRouteTimerMilliseconds) -
getMediaServerSelectionRouteTimerMilliseconds
-
setUseStaticMediaServerDevice
public BWSystem.SystemMediaServerParametersModifyRequest setUseStaticMediaServerDevice(Boolean useStaticMediaServerDevice) -
getUseStaticMediaServerDevice
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-