Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemOCICallControlApplicationAddACLEntryRequest extends Request<DefaultResponse>
Add an entry to the OCI call control application access control 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) String
applicationId
protected @Size(min=1,max=80) String
description
protected @NotNull @Size(min=1,max=39) String
netAddress
-
Constructor Summary
Constructors Constructor Description SystemOCICallControlApplicationAddACLEntryRequest()
SystemOCICallControlApplicationAddACLEntryRequest(BroadWorksServer broadWorksServer, String applicationId, String netAddress)
-
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.String
getApplicationId()
String
getDescription()
static BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getNetAddress()
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
setApplicationId(String applicationId)
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
setDescription(String description)
BWSystem.SystemOCICallControlApplicationAddACLEntryRequest
setNetAddress(String netAddress)
-
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
-
SystemOCICallControlApplicationAddACLEntryRequest
public SystemOCICallControlApplicationAddACLEntryRequest()
-
SystemOCICallControlApplicationAddACLEntryRequest
public SystemOCICallControlApplicationAddACLEntryRequest(BroadWorksServer broadWorksServer, String applicationId, String netAddress)
-
-
Method Detail
-
setApplicationId
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setApplicationId(String applicationId)
-
getApplicationId
public String getApplicationId()
-
setNetAddress
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setNetAddress(String netAddress)
-
getNetAddress
public String getNetAddress()
-
setDescription
public BWSystem.SystemOCICallControlApplicationAddACLEntryRequest setDescription(String description)
-
getDescription
public String getDescription()
-
getEmptyObject
public static BWSystem.SystemOCICallControlApplicationAddACLEntryRequest 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>
-
-