Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemGETSSessionPriorityMapDeleteRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemGETSSessionPriorityMapDeleteRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemGETSSessionPriorityMapDeleteRequest extends Request<DefaultResponse>
Delete a GETS Session Priority map. 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 Integer
priorityLevel
-
Constructor Summary
Constructors Constructor Description SystemGETSSessionPriorityMapDeleteRequest()
SystemGETSSessionPriorityMapDeleteRequest(BroadWorksServer broadWorksServer, Integer priorityLevel)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemGETSSessionPriorityMapDeleteRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Integer
getPriorityLevel()
BWSystem.SystemGETSSessionPriorityMapDeleteRequest
setPriorityLevel(Integer priorityLevel)
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
-
SystemGETSSessionPriorityMapDeleteRequest
public SystemGETSSessionPriorityMapDeleteRequest() -
SystemGETSSessionPriorityMapDeleteRequest
public SystemGETSSessionPriorityMapDeleteRequest(BroadWorksServer broadWorksServer, Integer priorityLevel)
-
-
Method Details
-
setPriorityLevel
-
getPriorityLevel
-
getEmptyObject
public static BWSystem.SystemGETSSessionPriorityMapDeleteRequest 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>
-