Package com.apple.itunes.storekit.model
Class SendAttemptItem
java.lang.Object
com.apple.itunes.storekit.model.SendAttemptItem
The success or error information and the date the App Store server records when it attempts to send a server notification to your server.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattemptDate
(Long attemptDate) boolean
The date the App Store server attempts to send a notification.The success or error information the App Store server records when it attempts to send an App Store server notification to your server.Fields that are not recognized for this objectint
hashCode()
sendAttemptResult
(SendAttemptResult sendAttemptResult) void
setAttemptDate
(Long attemptDate) void
setRawSendAttemptResult
(String rawSendAttemptResult) void
setSendAttemptResult
(SendAttemptResult sendAttemptResult) void
setUnknownFields
(Map<String, Object> unknownFields) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
SendAttemptItem
public SendAttemptItem()
-
-
Method Details
-
attemptDate
-
getAttemptDate
The date the App Store server attempts to send a notification.- Returns:
- attemptDate
- See Also:
-
setAttemptDate
-
sendAttemptResult
-
getSendAttemptResult
The success or error information the App Store server records when it attempts to send an App Store server notification to your server.- Returns:
- sendAttemptResult
- See Also:
-
getRawSendAttemptResult
- See Also:
-
setSendAttemptResult
-
setRawSendAttemptResult
-
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
-