Class SendTestNotificationResponse

java.lang.Object
com.apple.itunes.storekit.model.SendTestNotificationResponse

public class SendTestNotificationResponse extends Object
A response that contains the test notification token.
See Also:
  • Constructor Details

    • SendTestNotificationResponse

      public SendTestNotificationResponse()
  • Method Details

    • testNotificationToken

      public SendTestNotificationResponse testNotificationToken(String testNotificationToken)
    • getTestNotificationToken

      public String getTestNotificationToken()
      A unique identifier for a notification test that the App Store server sends to your server.
      Returns:
      testNotificationToken
      See Also:
    • setTestNotificationToken

      public void setTestNotificationToken(String testNotificationToken)
    • unknownFields

      public SendTestNotificationResponse unknownFields(Map<String,Object> unknownFields)
    • getUnknownFields

      public Map<String,Object> getUnknownFields()
      Fields that are not recognized for this object
      Returns:
      A map of JSON keys to objects
    • setUnknownFields

      public void setUnknownFields(Map<String,Object> unknownFields)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object