Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointGetDNISRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<RoutePoint.GroupRoutePointGetDNISResponse>
co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointGetDNISRequest
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointGetDNISRequest
extends Request<RoutePoint.GroupRoutePointGetDNISResponse>
Get a route point's DNIS. The response is either a GroupRoutePointGetDNISResponse or an ErrorResponse.
- 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
ConstructorsConstructorDescriptionGroupRoutePointGetDNISRequest
(BroadWorksServer broadWorksServer, DNISKey dnisKey) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setDnisKey
(DNISKey dnisKey) 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
-
dnisKey
-
-
Constructor Details
-
GroupRoutePointGetDNISRequest
public GroupRoutePointGetDNISRequest() -
GroupRoutePointGetDNISRequest
-
-
Method Details
-
setDnisKey
-
getDnisKey
-
getEmptyObject
public static RoutePoint.GroupRoutePointGetDNISRequest 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<RoutePoint.GroupRoutePointGetDNISResponse>
-