Package com.apple.itunes.storekit.model
Class Summary
java.lang.Object
com.apple.itunes.storekit.model.Summary
The payload data for a subscription-renewal-date extension notification.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddStorefrontCountryCodesItem
(String storefrontCountryCodesItem) appAppleId
(Long appAppleId) environment
(Environment environment) boolean
failedCount
(Long failedCount) The unique identifier of an app in the App Store.The bundle identifier of an app.The server environment that the notification applies to, either sandbox or production.The count of subscriptions that fail to receive a subscription-renewal-date extension.The unique identifier for the product, that you create in App Store Connect.A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.The count of subscriptions that successfully receive a subscription-renewal-date extension.Fields that are not recognized for this objectint
hashCode()
requestIdentifier
(String requestIdentifier) void
setAppAppleId
(Long appAppleId) void
setBundleId
(String bundleId) void
setEnvironment
(Environment environment) void
setFailedCount
(Long failedCount) void
setProductId
(String productId) void
setRawEnvironment
(String rawEnvironment) void
setRequestIdentifier
(String requestIdentifier) void
setStorefrontCountryCodes
(List<String> storefrontCountryCodes) void
setSucceededCount
(Long succeededCount) void
setUnknownFields
(Map<String, Object> unknownFields) storefrontCountryCodes
(List<String> storefrontCountryCodes) succeededCount
(Long succeededCount) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
Summary
public Summary()
-
-
Method Details
-
environment
-
getEnvironment
The server environment that the notification applies to, either sandbox or production.- Returns:
- environment
- See Also:
-
getRawEnvironment
- See Also:
-
setEnvironment
-
setRawEnvironment
-
appAppleId
-
getAppAppleId
The unique identifier of an app in the App Store.- Returns:
- appAppleId
- See Also:
-
setAppAppleId
-
bundleId
-
getBundleId
The bundle identifier of an app.- Returns:
- bundleId
- See Also:
-
setBundleId
-
productId
-
getProductId
The unique identifier for the product, that you create in App Store Connect.- Returns:
- productId
- See Also:
-
setProductId
-
requestIdentifier
-
getRequestIdentifier
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.- Returns:
- requestIdentifier
- See Also:
-
setRequestIdentifier
-
storefrontCountryCodes
-
addStorefrontCountryCodesItem
-
getStorefrontCountryCodes
A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.- Returns:
- storefrontCountryCodes
- See Also:
-
setStorefrontCountryCodes
-
succeededCount
-
getSucceededCount
The count of subscriptions that successfully receive a subscription-renewal-date extension.- Returns:
- succeededCount
- See Also:
-
setSucceededCount
-
failedCount
-
getFailedCount
The count of subscriptions that fail to receive a subscription-renewal-date extension.- Returns:
- failedCount
- See Also:
-
setFailedCount
-
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
-