Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDnGetUtilizationListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemDnGetUtilizationListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemDnGetUtilizationListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemDnGetUtilizationListRequest
extends Request<BWSystem.SystemDnGetUtilizationListResponse>
Request a list of DN utilizations by service providers. If resellerId is specified, the DNs assigned to the enterprises/service providers within the reseller are returned. If reseller administrator sends the request and resellerId is not specified, the administrator's resellerId is used. The response is either SystemDnUtilizationGetListResponse or ErrorResponse. The following data elements are only used in AS data mode: resellerId
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setResellerId
(String resellerId) 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 Details
-
resellerId
-
-
Constructor Details
-
SystemDnGetUtilizationListRequest
public SystemDnGetUtilizationListRequest() -
SystemDnGetUtilizationListRequest
-
-
Method Details
-
setResellerId
-
getResellerId
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<BWSystem.SystemDnGetUtilizationListResponse>
-