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 Modifier and Type Field Description protected @Size(min=1,max=36) String
resellerId
-
Constructor Summary
Constructors Constructor Description SystemDnGetUtilizationListRequest()
SystemDnGetUtilizationListRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.String
getResellerId()
BWSystem.SystemDnGetUtilizationListRequest
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 Detail
-
resellerId
@Size(min=1, max=36) protected @Size(min=1,max=36) String resellerId
-
-
Constructor Detail
-
SystemDnGetUtilizationListRequest
public SystemDnGetUtilizationListRequest()
-
SystemDnGetUtilizationListRequest
public SystemDnGetUtilizationListRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setResellerId
public BWSystem.SystemDnGetUtilizationListRequest setResellerId(String resellerId)
-
getResellerId
public String 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>
-
-