Class Summary

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

public class Summary extends Object
The payload data for a subscription-renewal-date extension notification.
See Also:
  • Constructor Details

    • Summary

      public Summary()
  • Method Details

    • environment

      public Summary environment(Environment environment)
    • getEnvironment

      public Environment getEnvironment()
      The server environment that the notification applies to, either sandbox or production.
      Returns:
      environment
      See Also:
    • getRawEnvironment

      public String getRawEnvironment()
      See Also:
    • setEnvironment

      public void setEnvironment(Environment environment)
    • setRawEnvironment

      public void setRawEnvironment(String rawEnvironment)
    • appAppleId

      public Summary appAppleId(Long appAppleId)
    • getAppAppleId

      public Long getAppAppleId()
      The unique identifier of an app in the App Store.
      Returns:
      appAppleId
      See Also:
    • setAppAppleId

      public void setAppAppleId(Long appAppleId)
    • bundleId

      public Summary bundleId(String bundleId)
    • getBundleId

      public String getBundleId()
      The bundle identifier of an app.
      Returns:
      bundleId
      See Also:
    • setBundleId

      public void setBundleId(String bundleId)
    • productId

      public Summary productId(String productId)
    • getProductId

      public String getProductId()
      The unique identifier for the product, that you create in App Store Connect.
      Returns:
      productId
      See Also:
    • setProductId

      public void setProductId(String productId)
    • requestIdentifier

      public Summary requestIdentifier(String requestIdentifier)
    • getRequestIdentifier

      public String getRequestIdentifier()
      A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.
      Returns:
      requestIdentifier
      See Also:
    • setRequestIdentifier

      public void setRequestIdentifier(String requestIdentifier)
    • storefrontCountryCodes

      public Summary storefrontCountryCodes(List<String> storefrontCountryCodes)
    • addStorefrontCountryCodesItem

      public Summary addStorefrontCountryCodesItem(String storefrontCountryCodesItem)
    • getStorefrontCountryCodes

      public List<String> getStorefrontCountryCodes()
      A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.
      Returns:
      storefrontCountryCodes
      See Also:
    • setStorefrontCountryCodes

      public void setStorefrontCountryCodes(List<String> storefrontCountryCodes)
    • succeededCount

      public Summary succeededCount(Long succeededCount)
    • getSucceededCount

      public Long getSucceededCount()
      The count of subscriptions that successfully receive a subscription-renewal-date extension.
      Returns:
      succeededCount
      See Also:
    • setSucceededCount

      public void setSucceededCount(Long succeededCount)
    • failedCount

      public Summary failedCount(Long failedCount)
    • getFailedCount

      public Long getFailedCount()
      The count of subscriptions that fail to receive a subscription-renewal-date extension.
      Returns:
      failedCount
      See Also:
    • setFailedCount

      public void setFailedCount(Long failedCount)
    • unknownFields

      public Summary 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