Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest extends Request<DefaultResponse>
Add an Attribute Value Pair (AVP) combination to disable. The AVP combination includes a diameter AVP and a vendor ID. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description SystemAccountingInhibitedAttributeValuePairCodeAddRequest()
SystemAccountingInhibitedAttributeValuePairCodeAddRequest(BroadWorksServer broadWorksServer, Integer attributeValuePairCode, Integer vendorId)
-
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.Integer
getAttributeValuePairCode()
static BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Integer
getVendorId()
BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest
setAttributeValuePairCode(Integer attributeValuePairCode)
BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest
setVendorId(Integer vendorId)
-
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
-
SystemAccountingInhibitedAttributeValuePairCodeAddRequest
public SystemAccountingInhibitedAttributeValuePairCodeAddRequest()
-
SystemAccountingInhibitedAttributeValuePairCodeAddRequest
public SystemAccountingInhibitedAttributeValuePairCodeAddRequest(BroadWorksServer broadWorksServer, Integer attributeValuePairCode, Integer vendorId)
-
-
Method Detail
-
setAttributeValuePairCode
public BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest setAttributeValuePairCode(Integer attributeValuePairCode)
-
getAttributeValuePairCode
public Integer getAttributeValuePairCode()
-
setVendorId
public BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest setVendorId(Integer vendorId)
-
getVendorId
public Integer getVendorId()
-
getEmptyObject
public static BWSystem.SystemAccountingInhibitedAttributeValuePairCodeAddRequest 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>
-
-