Package com.apple.itunes.storekit.model
Class NotificationHistoryResponseItem
java.lang.Object
com.apple.itunes.storekit.model.NotificationHistoryResponseItem
The App Store server notification history record, including the signed notification payload and the result of the server’s first send attempt.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanAn array of information the App Store server records for its attempts to send a notification to your server.A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.Fields that are not recognized for this objectinthashCode()sendAttempts(List<SendAttemptItem> sendAttempts) voidsetSendAttempts(List<SendAttemptItem> sendAttempts) voidsetSignedPayload(String signedPayload) voidsetUnknownFields(Map<String, Object> unknownFields) signedPayload(String signedPayload) toString()unknownFields(Map<String, Object> unknownFields)  
- 
Constructor Details
- 
NotificationHistoryResponseItem
public NotificationHistoryResponseItem() 
 - 
 - 
Method Details
- 
signedPayload
 - 
getSignedPayload
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.- Returns:
 - signedPayload
 - See Also:
 
 - 
setSignedPayload
 - 
sendAttempts
 - 
getSendAttempts
An array of information the App Store server records for its attempts to send a notification to your server. The maximum number of entries in the array is six.- Returns:
 - sendAttempts
 - See Also:
 
 - 
setSendAttempts
 - 
unknownFields
 - 
getUnknownFields
Fields that are not recognized for this object- Returns:
 - A map of JSON keys to objects
 
 - 
setUnknownFields
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -