Package co.ecg.alpaca.toolkit.generated
Class User.UserMobileAppRegistrationGetListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserMobileAppRegistrationGetListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
User
Response to UserMobileAppRegistrationGetListRequest. The response contains a table with all the registrations per user or with only one row if the request is for a specific registration. The table column headings are: "Registration ID", "Application ID", "Application Version", "Device Identifier", "Device OS Type", "Notification Mechanism", "Expiration Date". Expiration 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, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMobileAppRegistrationTable(List<UserMobileAppRegistrationMobileAppRegistrationTableRow> mobileAppRegistrationTable) voidtoString()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
-
userId
-
mobileAppRegistrationTable
-
-
Constructor Details
-
UserMobileAppRegistrationGetListResponse
public UserMobileAppRegistrationGetListResponse()
-
-
Method Details
-
setUserId
-
getUserId
-
setMobileAppRegistrationTable
public void setMobileAppRegistrationTable(List<UserMobileAppRegistrationMobileAppRegistrationTableRow> mobileAppRegistrationTable) -
getMobileAppRegistrationTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-