Package com.restfb.types
Class Application.ApplicationAppAdDebugInfo
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Application.ApplicationAppAdDebugInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Application
Represents the
Application App
Ad Debug Info Graph API type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAndroidMissingSetting(String androidMissingSetting) booleanaddIosInstallInvalidationScheme(String iosInstallInvalidationScheme) booleanaddIosMissingSetting(String iosMissingSetting) Number of reported Android installs over the last seven days.Settings that need to be fixed before serving app ads for Android.Status of iOS app ad support for this application.Schemes used for iOS install invalidationNumber of reported iOS installs over the last seven days.Settings that need to be fixed before serving app ads for iOS.Status of iOS app ad support for this application.Is the application childred of aonther application, i.e. is it a test applicationIs the application in development mode.Is the application allowed to use CPA bidding for Android.Is the application allowed to use CPA bidding for iOSIs the application allowed to use optimized CPM bidding.Timestamp of most recent Android deferred deep link request.Timestamp of most recent install event reported by Android SDK.Timestamp of most recent iOS deferred deep link request.Timestamp of most recent install event reported by iOS SDK.booleanremoveAndroidMissingSetting(String androidMissingSetting) booleanremoveIosInstallInvalidationScheme(String iosInstallInvalidationScheme) booleanremoveIosMissingSetting(String iosMissingSetting) voidsetAndroidInstallsOverLastSevenDays(Long androidInstallsOverLastSevenDays) Number of reported Android installs over the last seven days.voidsetAndroidSupportStatus(String androidSupportStatus) Status of iOS app ad support for this application.voidsetIosInstallsOverLastSevenDays(Long iosInstallsOverLastSevenDays) Number of reported iOS installs over the last seven days.voidsetIosSupportStatus(String iosSupportStatus) Status of iOS app ad support for this application.voidsetIsAppChildApp(Boolean isAppChildApp) Is the application childred of aonther application, i.e. is it a test applicationvoidsetIsAppInDevMode(Boolean isAppInDevMode) Is the application in development mode.voidsetIsCpaEnabledForAndroid(Boolean isCpaEnabledForAndroid) Is the application allowed to use CPA bidding for Android.voidsetIsCpaEnabledForIos(Boolean isCpaEnabledForIos) Is the application allowed to use CPA bidding for iOSvoidsetIsOcpmEnabled(Boolean isOcpmEnabled) Is the application allowed to use optimized CPM bidding.voidsetLastAndroidDeferredDeepLinkCall(Date lastAndroidDeferredDeepLinkCall) Timestamp of most recent Android deferred deep link request.voidsetLastAndroidInstall(Date lastAndroidInstall) Timestamp of most recent install event reported by Android SDK.voidsetLastIosDeferredDeepLinkCall(Date lastIosDeferredDeepLinkCall) Timestamp of most recent iOS deferred deep link request.voidsetLastIosInstall(Date lastIosInstall) Timestamp of most recent install event reported by iOS SDK.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ApplicationAppAdDebugInfo
public ApplicationAppAdDebugInfo()
-
-
Method Details
-
getIosMissingSettings
Settings that need to be fixed before serving app ads for iOS.- Returns:
- Settings that need to be fixed before serving app ads for iOS
-
addIosMissingSetting
-
removeIosMissingSetting
-
getAndroidMissingSettings
Settings that need to be fixed before serving app ads for Android.- Returns:
- Settings that need to be fixed before serving app ads for Android
-
addAndroidMissingSetting
-
removeAndroidMissingSetting
-
getIosInstallInvalidationSchemes
Schemes used for iOS install invalidation- Returns:
- Schemes used for iOS install invalidation
-
addIosInstallInvalidationScheme
-
removeIosInstallInvalidationScheme
-
getLastIosInstall
Timestamp of most recent install event reported by iOS SDK.- Returns:
- Timestamp of most recent install event reported by iOS SDK
-
setLastIosInstall
Timestamp of most recent install event reported by iOS SDK. -
getLastAndroidInstall
Timestamp of most recent install event reported by Android SDK.- Returns:
- Timestamp of most recent install event reported by Android SDK
-
setLastAndroidInstall
Timestamp of most recent install event reported by Android SDK. -
getIosSupportStatus
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setIosSupportStatus
Status of iOS app ad support for this application. -
getAndroidSupportStatus
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setAndroidSupportStatus
Status of iOS app ad support for this application. -
getIosInstallsOverLastSevenDays
Number of reported iOS installs over the last seven days.- Returns:
- Number of reported iOS installs over the last seven days
-
setIosInstallsOverLastSevenDays
Number of reported iOS installs over the last seven days. -
getAndroidInstallsOverLastSevenDays
Number of reported Android installs over the last seven days.- Returns:
- Number of reported Android installs over the last seven days
-
setAndroidInstallsOverLastSevenDays
Number of reported Android installs over the last seven days. -
getLastIosDeferredDeepLinkCall
Timestamp of most recent iOS deferred deep link request.- Returns:
- Timestamp of most recent iOS deferred deep link request
-
setLastIosDeferredDeepLinkCall
Timestamp of most recent iOS deferred deep link request. -
getLastAndroidDeferredDeepLinkCall
Timestamp of most recent Android deferred deep link request.- Returns:
- Timestamp of most recent Android deferred deep link request
-
setLastAndroidDeferredDeepLinkCall
Timestamp of most recent Android deferred deep link request. -
getIsOcpmEnabled
Is the application allowed to use optimized CPM bidding.- Returns:
- Is the application allowed to use optimized CPM bidding
-
setIsOcpmEnabled
Is the application allowed to use optimized CPM bidding. -
getIsCpaEnabledForIos
Is the application allowed to use CPA bidding for iOS- Returns:
- Is the application allowed to use CPA bidding for iOS
-
setIsCpaEnabledForIos
Is the application allowed to use CPA bidding for iOS -
getIsCpaEnabledForAndroid
Is the application allowed to use CPA bidding for Android.- Returns:
- Is the application allowed to use CPA bidding for Android
-
setIsCpaEnabledForAndroid
Is the application allowed to use CPA bidding for Android. -
getIsAppInDevMode
Is the application in development mode.- Returns:
- Is the application in development mode
-
setIsAppInDevMode
Is the application in development mode. -
getIsAppChildApp
Is the application childred of aonther application, i.e. is it a test application- Returns:
- Is the application childred of aonther application, i.e. is it a test application
-
setIsAppChildApp
Is the application childred of aonther application, i.e. is it a test application
-