Package com.apple.itunes.storekit.model
Class RealtimeUrlRequest
java.lang.Object
com.apple.itunes.storekit.model.RealtimeUrlRequest
The request body for configuring the URL of your Get Retention Message endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA string that contains the URL of your Get Retention Message endpoint for configuration.inthashCode()realtimeURL(String realtimeURL) voidsetRealtimeURL(String realtimeURL) toString()
-
Constructor Details
-
RealtimeUrlRequest
protected RealtimeUrlRequest() -
RealtimeUrlRequest
-
-
Method Details
-
realtimeURL
-
getRealtimeURL
A string that contains the URL of your Get Retention Message endpoint for configuration.- Returns:
- realtimeURL
- See Also:
-
setRealtimeURL
-
equals
-
hashCode
public int hashCode() -
toString
-