Package com.apple.itunes.storekit.model
Class AlternateProduct
java.lang.Object
com.apple.itunes.storekit.model.AlternateProduct
A switch-plan message and product ID you provide in a real-time response to your Get Retention Message endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe message identifier of the text to display in the switch-plan retention message.The product identifier of the subscription the retention message suggests for your customer to switch to.inthashCode()messageIdentifier(UUID messageIdentifier) voidsetMessageIdentifier(UUID messageIdentifier) voidsetProductId(String productId) toString()
-
Constructor Details
-
AlternateProduct
public AlternateProduct()
-
-
Method Details
-
messageIdentifier
-
getMessageIdentifier
The message identifier of the text to display in the switch-plan retention message.- Returns:
- messageIdentifier
- See Also:
-
setMessageIdentifier
-
productId
-
getProductId
The product identifier of the subscription the retention message suggests for your customer to switch to.- Returns:
- productId
- See Also:
-
setProductId
-
equals
-
hashCode
public int hashCode() -
toString
-