Package com.apple.itunes.storekit.model
Class ResponseBodyV2
java.lang.Object
com.apple.itunes.storekit.model.ResponseBodyV2
The response body the App Store sends in a version 2 server notification.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.Fields that are not recognized for this objectint
hashCode()
void
setSignedPayload
(String signedPayload) void
setUnknownFields
(Map<String, Object> unknownFields) signedPayload
(String signedPayload) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
ResponseBodyV2
public ResponseBodyV2()
-
-
Method Details
-
signedPayload
-
getSignedPayload
A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.- 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
-