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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddStorefrontCountryCodesItem(String storefrontCountryCodesItem) appAppleId(Long appAppleId) environment(Environment environment) booleanfailedCount(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 objectinthashCode()requestIdentifier(String requestIdentifier) voidsetAppAppleId(Long appAppleId) voidsetBundleId(String bundleId) voidsetEnvironment(Environment environment) voidsetFailedCount(Long failedCount) voidsetProductId(String productId) voidsetRawEnvironment(String rawEnvironment) voidsetRequestIdentifier(String requestIdentifier) voidsetStorefrontCountryCodes(List<String> storefrontCountryCodes) voidsetSucceededCount(Long succeededCount) voidsetUnknownFields(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
 
 -