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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanA unique identifier for a notification test that the App Store server sends to your server.Fields that are not recognized for this objectinthashCode()voidsetTestNotificationToken(String testNotificationToken) voidsetUnknownFields(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
 
 -