Class UserPushNotificationRegistrationRegistrationsTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserPushNotificationRegistrationRegistrationsTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserPushNotificationRegistrationRegistrationsTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserPushNotificationRegistrationGetListRequest. A registration has more than one row in the response when the registration includes more than one 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. Contains a table with a row for each registration and token with column headings : "User Id", "Registration Id", "Application Id", "Application Version", "Device Os Type", "Device Os Version", "Registration Date", "Token", "Events"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetToken()
getUser
(BroadWorksServer broadWorksServer) int
hashCode()
void
setApplicationId
(String applicationId) void
setApplicationVersion
(String applicationVersion) void
setDeviceOsType
(String deviceOsType) void
setDeviceOsVersion
(String deviceOsVersion) void
void
setRegistrationDate
(String registrationDate) void
setRegistrationId
(String registrationId) void
void
toString()
-
Constructor Details
-
UserPushNotificationRegistrationRegistrationsTableRow
public UserPushNotificationRegistrationRegistrationsTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getRegistrationId
-
setRegistrationId
-
getApplicationId
-
setApplicationId
-
getApplicationVersion
-
setApplicationVersion
-
getDeviceOsType
-
setDeviceOsType
-
getDeviceOsVersion
-
setDeviceOsVersion
-
getRegistrationDate
-
setRegistrationDate
-
getToken
-
setToken
-
getEvents
-
setEvents
-
getUser
-
getFromNode
public static UserPushNotificationRegistrationRegistrationsTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<UserPushNotificationRegistrationRegistrationsTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-