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