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

public static class BWSystem.SystemPushNotificationParametersGetResponse extends Response
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 Details

    • enforceAllowedApplicationList

      protected Boolean enforceAllowedApplicationList
    • maximumRegistrationsPerUser

      protected Integer maximumRegistrationsPerUser
    • maximumRegistrationAgeDays

      protected Integer maximumRegistrationAgeDays
    • newCallTimeout

      protected Integer newCallTimeout
    • subscriptionEventsPerSecond

      protected Integer subscriptionEventsPerSecond
  • Constructor Details

    • SystemPushNotificationParametersGetResponse

      public SystemPushNotificationParametersGetResponse()
  • Method Details

    • setEnforceAllowedApplicationList

      public void setEnforceAllowedApplicationList(Boolean enforceAllowedApplicationList)
    • getEnforceAllowedApplicationList

      public Boolean getEnforceAllowedApplicationList()
    • setMaximumRegistrationsPerUser

      public void setMaximumRegistrationsPerUser(Integer maximumRegistrationsPerUser)
    • getMaximumRegistrationsPerUser

      public Integer getMaximumRegistrationsPerUser()
    • setMaximumRegistrationAgeDays

      public void setMaximumRegistrationAgeDays(Integer maximumRegistrationAgeDays)
    • getMaximumRegistrationAgeDays

      public Integer getMaximumRegistrationAgeDays()
    • setNewCallTimeout

      public void setNewCallTimeout(Integer newCallTimeout)
    • getNewCallTimeout

      public Integer getNewCallTimeout()
    • setSubscriptionEventsPerSecond

      public void setSubscriptionEventsPerSecond(Integer subscriptionEventsPerSecond)
    • getSubscriptionEventsPerSecond

      public Integer getSubscriptionEventsPerSecond()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object