Package co.ecg.alpaca.toolkit.generated
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
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 Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setPushNotificationRegistrationData
(PushNotificationRegistrationData... pushNotificationRegistrationData) void
toString()
void
Transforms 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, setRequest
Methods 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
-
userId
-
pushNotificationRegistrationData
-
-
Constructor Details
-
UserPushNotificationRegistrationGetListResponse
public UserPushNotificationRegistrationGetListResponse()
-
-
Method Details
-
setUserId
-
getUserId
-
setPushNotificationRegistrationData
public void setPushNotificationRegistrationData(PushNotificationRegistrationData... pushNotificationRegistrationData) -
getPushNotificationRegistrationData
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-