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 Modifier and Type Field Description protected IntegermediaServerResponseTimerMillisecondsprotected IntegermediaServerSelectionRouteTimerMillisecondsprotected BooleanuseStaticMediaServerDevice
-
Constructor Summary
Constructors Constructor Description SystemMediaServerParametersModifyRequest()SystemMediaServerParametersModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.IntegergetMediaServerResponseTimerMilliseconds()IntegergetMediaServerSelectionRouteTimerMilliseconds()BooleangetUseStaticMediaServerDevice()BWSystem.SystemMediaServerParametersModifyRequestsetMediaServerResponseTimerMilliseconds(Integer mediaServerResponseTimerMilliseconds)BWSystem.SystemMediaServerParametersModifyRequestsetMediaServerSelectionRouteTimerMilliseconds(Integer mediaServerSelectionRouteTimerMilliseconds)BWSystem.SystemMediaServerParametersModifyRequestsetUseStaticMediaServerDevice(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
-
-
-
-
Constructor Detail
-
SystemMediaServerParametersModifyRequest
public SystemMediaServerParametersModifyRequest()
-
SystemMediaServerParametersModifyRequest
public SystemMediaServerParametersModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setMediaServerResponseTimerMilliseconds
public BWSystem.SystemMediaServerParametersModifyRequest setMediaServerResponseTimerMilliseconds(Integer mediaServerResponseTimerMilliseconds)
-
getMediaServerResponseTimerMilliseconds
public Integer getMediaServerResponseTimerMilliseconds()
-
setMediaServerSelectionRouteTimerMilliseconds
public BWSystem.SystemMediaServerParametersModifyRequest setMediaServerSelectionRouteTimerMilliseconds(Integer mediaServerSelectionRouteTimerMilliseconds)
-
getMediaServerSelectionRouteTimerMilliseconds
public Integer getMediaServerSelectionRouteTimerMilliseconds()
-
setUseStaticMediaServerDevice
public BWSystem.SystemMediaServerParametersModifyRequest setUseStaticMediaServerDevice(Boolean useStaticMediaServerDevice)
-
getUseStaticMediaServerDevice
public Boolean getUseStaticMediaServerDevice()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-
-