Package com.apple.itunes.storekit.model
Class RealtimeRequestBody
java.lang.Object
com.apple.itunes.storekit.model.RealtimeRequestBody
The request body the App Store server sends to your Get Retention Message endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe payload in JSON Web Signature (JWS) format, signed by the App Store.Fields that are not recognized for this objectinthashCode()voidsetSignedPayload(String signedPayload) voidsetUnknownFields(Map<String, Object> unknownFields) signedPayload(String signedPayload) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
RealtimeRequestBody
public RealtimeRequestBody()
-
-
Method Details
-
signedPayload
-
getSignedPayload
The payload in JSON Web Signature (JWS) format, signed by the App Store.- Returns:
- signedPayload
- See Also:
-
setSignedPayload
-
unknownFields
-
getUnknownFields
Fields that are not recognized for this object- Returns:
- A map of JSON keys to objects
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-