Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemPushNotificationParametersGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemPushNotificationParametersGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
BWSystem
Response to SystemPushNotificationParametersGetRequest. The following elements are only used in AS data mode: subscriptionEventsPerSecond, value "100" is returned in Amplify data mode. Contains a list of system push notification parameters.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Integerprotected Integerprotected Integerprotected IntegerFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetEnforceAllowedApplicationList(Boolean enforceAllowedApplicationList) voidsetMaximumRegistrationAgeDays(Integer maximumRegistrationAgeDays) voidsetMaximumRegistrationsPerUser(Integer maximumRegistrationsPerUser) voidsetNewCallTimeout(Integer newCallTimeout) voidsetSubscriptionEventsPerSecond(Integer subscriptionEventsPerSecond) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
enforceAllowedApplicationList
-
maximumRegistrationsPerUser
-
maximumRegistrationAgeDays
-
newCallTimeout
-
subscriptionEventsPerSecond
-
-
Constructor Details
-
SystemPushNotificationParametersGetResponse
public SystemPushNotificationParametersGetResponse()
-
-
Method Details
-
setEnforceAllowedApplicationList
-
getEnforceAllowedApplicationList
-
setMaximumRegistrationsPerUser
-
getMaximumRegistrationsPerUser
-
setMaximumRegistrationAgeDays
-
getMaximumRegistrationAgeDays
-
setNewCallTimeout
-
getNewCallTimeout
-
setSubscriptionEventsPerSecond
-
getSubscriptionEventsPerSecond
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-