Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemGETSResourcePriorityAddRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemGETSResourcePriorityAddRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemGETSResourcePriorityAddRequest extends Request<DefaultResponse>
Add a GETS Resource Priority. 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 GETSPriorityClass
priorityClass
protected @NotNull Integer
priorityLevel
protected @NotNull @Size(min=3,max=80) String
priorityValue
-
Constructor Summary
Constructors Constructor Description SystemGETSResourcePriorityAddRequest()
SystemGETSResourcePriorityAddRequest(BroadWorksServer broadWorksServer, String priorityValue, Integer priorityLevel, GETSPriorityClass priorityClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemGETSResourcePriorityAddRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.GETSPriorityClass
getPriorityClass()
Integer
getPriorityLevel()
String
getPriorityValue()
BWSystem.SystemGETSResourcePriorityAddRequest
setPriorityClass(GETSPriorityClass priorityClass)
BWSystem.SystemGETSResourcePriorityAddRequest
setPriorityLevel(Integer priorityLevel)
BWSystem.SystemGETSResourcePriorityAddRequest
setPriorityValue(String priorityValue)
-
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 Detail
-
priorityValue
@NotNull @Size(min=3, max=80) protected @NotNull @Size(min=3,max=80) String priorityValue
-
priorityLevel
@NotNull protected @NotNull Integer priorityLevel
-
priorityClass
@NotNull protected @NotNull GETSPriorityClass priorityClass
-
-
Constructor Detail
-
SystemGETSResourcePriorityAddRequest
public SystemGETSResourcePriorityAddRequest()
-
SystemGETSResourcePriorityAddRequest
public SystemGETSResourcePriorityAddRequest(BroadWorksServer broadWorksServer, String priorityValue, Integer priorityLevel, GETSPriorityClass priorityClass)
-
-
Method Detail
-
setPriorityValue
public BWSystem.SystemGETSResourcePriorityAddRequest setPriorityValue(String priorityValue)
-
getPriorityValue
public String getPriorityValue()
-
setPriorityLevel
public BWSystem.SystemGETSResourcePriorityAddRequest setPriorityLevel(Integer priorityLevel)
-
getPriorityLevel
public Integer getPriorityLevel()
-
setPriorityClass
public BWSystem.SystemGETSResourcePriorityAddRequest setPriorityClass(GETSPriorityClass priorityClass)
-
getPriorityClass
public GETSPriorityClass getPriorityClass()
-
getEmptyObject
public static BWSystem.SystemGETSResourcePriorityAddRequest 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>
-
-