Package com.apple.itunes.storekit.model
Class RealtimeResponseBody
java.lang.Object
com.apple.itunes.storekit.model.RealtimeResponseBody
A response you provide to choose, in real time, a retention message the system displays to the customer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternateProduct(AlternateProduct alternateProduct) booleanA retention message with a switch-plan option.A retention message that’s text-based and can include an optional image.A retention message that includes a promotional offer.inthashCode()promotionalOffer(PromotionalOffer promotionalOffer) voidsetAlternateProduct(AlternateProduct alternateProduct) voidsetMessage(Message message) voidsetPromotionalOffer(PromotionalOffer promotionalOffer) toString()
-
Constructor Details
-
RealtimeResponseBody
public RealtimeResponseBody()
-
-
Method Details
-
message
-
getMessage
A retention message that’s text-based and can include an optional image.- Returns:
- message
- See Also:
-
setMessage
-
alternateProduct
-
getAlternateProduct
A retention message with a switch-plan option.- Returns:
- alternateProduct
- See Also:
-
setAlternateProduct
-
promotionalOffer
-
getPromotionalOffer
A retention message that includes a promotional offer.- Returns:
- promotionalOffer
- See Also:
-
setPromotionalOffer
-
equals
-
hashCode
public int hashCode() -
toString
-