Class MassExtendRenewalDateStatusResponse

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

public class MassExtendRenewalDateStatusResponse extends Object
A response that indicates the current status of a request to extend the subscription renewal date to all eligible subscribers.
See Also:
  • Constructor Details

    • MassExtendRenewalDateStatusResponse

      public MassExtendRenewalDateStatusResponse()
  • Method Details

    • requestIdentifier

      public MassExtendRenewalDateStatusResponse 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)
    • complete

      public MassExtendRenewalDateStatusResponse complete(Boolean complete)
    • getComplete

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

      public void setComplete(Boolean complete)
    • completeDate

      public MassExtendRenewalDateStatusResponse completeDate(Long completeDate)
    • getCompleteDate

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

      public void setCompleteDate(Long completeDate)
    • succeededCount

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