Package com.apple.itunes.storekit.model
Class CheckTestNotificationResponse
java.lang.Object
com.apple.itunes.storekit.model.CheckTestNotificationResponse
A response that contains the contents of the test notification sent by the App Store server and the result from your server.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
An array of information the App Store server records for its attempts to send the TEST 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 objectint
hashCode()
sendAttempts
(List<SendAttemptItem> sendAttempts) void
setSendAttempts
(List<SendAttemptItem> sendAttempts) void
setSignedPayload
(String signedPayload) void
setUnknownFields
(Map<String, Object> unknownFields) signedPayload
(String signedPayload) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
CheckTestNotificationResponse
public CheckTestNotificationResponse()
-
-
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 the TEST notification to your server. The array may contain a maximum of six sendAttemptItem objects.- 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
-