Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemBwDiameterBaseDataModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemBwDiameterBaseDataModifyRequest
- Enclosing class:
- BWSystem
Modifies the System Diameter base parameters. 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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setAdvertisedOfflineBillingApplication
(BwDiameterAdvertisedApplication advertisedOfflineBillingApplication) setAdvertisedOnlineBillingApplication
(BwDiameterAdvertisedApplication advertisedOnlineBillingApplication) setBusyPeerDetectionOutstandingTxnCount
(Integer busyPeerDetectionOutstandingTxnCount) setBusyPeerRestoreOutstandingTxnCount
(Integer busyPeerRestoreOutstandingTxnCount) setDynamicEntryInactivityTimerHours
(Integer dynamicEntryInactivityTimerHours) setPsListeningPort
(Integer psListeningPort) setPsRealm
(String psRealm) setPsRelayThroughXs
(Boolean psRelayThroughXs) setRequestTimerSeconds
(Integer requestTimerSeconds) setTcTimerSeconds
(Integer tcTimerSeconds) setTwTimerSeconds
(Integer twTimerSeconds) setXsListeningPort
(Integer xsListeningPort) setXsRealm
(String xsRealm) setXsRelayListeningPort
(Integer xsRelayListeningPort) 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
-
xsRealm
-
xsListeningPort
-
psRealm
-
psListeningPort
-
psRelayThroughXs
-
xsRelayListeningPort
-
tcTimerSeconds
-
twTimerSeconds
-
requestTimerSeconds
-
busyPeerDetectionOutstandingTxnCount
-
busyPeerRestoreOutstandingTxnCount
-
dynamicEntryInactivityTimerHours
-
advertisedOfflineBillingApplication
-
advertisedOnlineBillingApplication
-
-
Constructor Details
-
SystemBwDiameterBaseDataModifyRequest
public SystemBwDiameterBaseDataModifyRequest() -
SystemBwDiameterBaseDataModifyRequest
-
-
Method Details
-
unsetXsRealm
-
setXsRealm
-
getXsRealm
-
setXsListeningPort
-
getXsListeningPort
-
unsetPsRealm
-
setPsRealm
-
getPsRealm
-
setPsListeningPort
-
getPsListeningPort
-
setPsRelayThroughXs
-
getPsRelayThroughXs
-
setXsRelayListeningPort
public BWSystem.SystemBwDiameterBaseDataModifyRequest setXsRelayListeningPort(Integer xsRelayListeningPort) -
getXsRelayListeningPort
-
setTcTimerSeconds
-
getTcTimerSeconds
-
setTwTimerSeconds
-
getTwTimerSeconds
-
setRequestTimerSeconds
public BWSystem.SystemBwDiameterBaseDataModifyRequest setRequestTimerSeconds(Integer requestTimerSeconds) -
getRequestTimerSeconds
-
setBusyPeerDetectionOutstandingTxnCount
public BWSystem.SystemBwDiameterBaseDataModifyRequest setBusyPeerDetectionOutstandingTxnCount(Integer busyPeerDetectionOutstandingTxnCount) -
getBusyPeerDetectionOutstandingTxnCount
-
setBusyPeerRestoreOutstandingTxnCount
public BWSystem.SystemBwDiameterBaseDataModifyRequest setBusyPeerRestoreOutstandingTxnCount(Integer busyPeerRestoreOutstandingTxnCount) -
getBusyPeerRestoreOutstandingTxnCount
-
setDynamicEntryInactivityTimerHours
public BWSystem.SystemBwDiameterBaseDataModifyRequest setDynamicEntryInactivityTimerHours(Integer dynamicEntryInactivityTimerHours) -
getDynamicEntryInactivityTimerHours
-
setAdvertisedOfflineBillingApplication
public BWSystem.SystemBwDiameterBaseDataModifyRequest setAdvertisedOfflineBillingApplication(BwDiameterAdvertisedApplication advertisedOfflineBillingApplication) -
getAdvertisedOfflineBillingApplication
-
setAdvertisedOnlineBillingApplication
public BWSystem.SystemBwDiameterBaseDataModifyRequest setAdvertisedOnlineBillingApplication(BwDiameterAdvertisedApplication advertisedOnlineBillingApplication) -
getAdvertisedOnlineBillingApplication
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-