Package com.apple.itunes.storekit.model
Class SendTestNotificationResponse
java.lang.Object
com.apple.itunes.storekit.model.SendTestNotificationResponse
A response that contains the test notification token.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A unique identifier for a notification test that the App Store server sends to your server.Fields that are not recognized for this objectint
hashCode()
void
setTestNotificationToken
(String testNotificationToken) void
setUnknownFields
(Map<String, Object> unknownFields) testNotificationToken
(String testNotificationToken) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
SendTestNotificationResponse
public SendTestNotificationResponse()
-
-
Method Details
-
testNotificationToken
-
getTestNotificationToken
A unique identifier for a notification test that the App Store server sends to your server.- Returns:
- testNotificationToken
- See Also:
-
setTestNotificationToken
-
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
-