Package com.apple.itunes.storekit.model
Class AppData
java.lang.Object
com.apple.itunes.storekit.model.AppData
The object that contains the app metadata and signed app transaction information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappAppleId(Long appAppleId) environment(Environment environment) booleanThe unique identifier of the app that the notification applies to.The bundle identifier of the app.The server environment that the notification applies to, either sandbox or production.App transaction information signed by the App Store, in JSON Web Signature (JWS) format.Fields that are not recognized for this objectinthashCode()voidsetAppAppleId(Long appAppleId) voidsetBundleId(String bundleId) voidsetEnvironment(Environment environment) voidsetRawEnvironment(String rawEnvironment) voidsetSignedAppTransactionInfo(String signedAppTransactionInfo) voidsetUnknownFields(Map<String, Object> unknownFields) signedAppTransactionInfo(String signedAppTransactionInfo) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
AppData
public AppData()
-
-
Method Details
-
appAppleId
-
getAppAppleId
The unique identifier of the app that the notification applies to.- Returns:
- appAppleId
- See Also:
-
setAppAppleId
-
bundleId
-
getBundleId
The bundle identifier of the app.- Returns:
- bundleId
- See Also:
-
setBundleId
-
environment
-
getEnvironment
The server environment that the notification applies to, either sandbox or production.- Returns:
- environment
- See Also:
-
getRawEnvironment
- See Also:
-
setEnvironment
-
setRawEnvironment
-
signedAppTransactionInfo
-
getSignedAppTransactionInfo
App transaction information signed by the App Store, in JSON Web Signature (JWS) format.- Returns:
- signedAppTransactionInfo
- See Also:
-
setSignedAppTransactionInfo
-
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
-