Package com.apple.itunes.storekit.model
Class MassExtendRenewalDateStatusResponse
java.lang.Object
com.apple.itunes.storekit.model.MassExtendRenewalDateStatusResponse
A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompleteDate
(Long completeDate) boolean
failedCount
(Long failedCount) A Boolean value that indicates whether the App Store completed the request to extend a subscription renewal date to active subscribers.The UNIX time, in milliseconds, that the App Store completes a request to extend a subscription renewal date for eligible subscribers.The count of subscriptions that fail to receive a subscription-renewal-date extension.A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.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
setComplete
(Boolean complete) void
setCompleteDate
(Long completeDate) void
setFailedCount
(Long failedCount) void
setRequestIdentifier
(String requestIdentifier) void
setSucceededCount
(Long succeededCount) void
setUnknownFields
(Map<String, Object> unknownFields) succeededCount
(Long succeededCount) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
MassExtendRenewalDateStatusResponse
public MassExtendRenewalDateStatusResponse()
-
-
Method Details
-
requestIdentifier
-
getRequestIdentifier
A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.- Returns:
- requestIdentifier
- See Also:
-
setRequestIdentifier
-
complete
-
getComplete
A Boolean value that indicates whether the App Store completed the request to extend a subscription renewal date to active subscribers.- Returns:
- complete
- See Also:
-
setComplete
-
completeDate
-
getCompleteDate
The UNIX time, in milliseconds, that the App Store completes a request to extend a subscription renewal date for eligible subscribers.- Returns:
- completeDate
- See Also:
-
setCompleteDate
-
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
-