Class User.UserPushNotificationRegistrationGetListResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserPushNotificationRegistrationGetListResponse
All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.UserPushNotificationRegistrationGetListResponse extends Response
Response to UserPushNotificationRegistrationGetListRequest21sp1. A registration has more than one row in the response when the registration includes more than one token and/or one or more event. There can be one more tokens per registration ID and there can be one or more events per token. Registration Date uses the format "yyyy-MM-dd'T'HH:mm:ss.SSSZ" in the time zone of the requested user. Example: 2010-10-01T09:30:00:000-0400.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • UserPushNotificationRegistrationGetListResponse

      public UserPushNotificationRegistrationGetListResponse()
  • Method Details

    • setUserId

      public void setUserId(String userId)
    • getUserId

      public String getUserId()
    • setPushNotificationRegistrationData

      public void setPushNotificationRegistrationData(PushNotificationRegistrationData... pushNotificationRegistrationData)
    • getPushNotificationRegistrationData

      public PushNotificationRegistrationData[] getPushNotificationRegistrationData()
    • 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