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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattemptDate(Long attemptDate) booleanThe 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 objectinthashCode()sendAttemptResult(SendAttemptResult sendAttemptResult) voidsetAttemptDate(Long attemptDate) voidsetRawSendAttemptResult(String rawSendAttemptResult) voidsetSendAttemptResult(SendAttemptResult sendAttemptResult) voidsetUnknownFields(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
-