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
public static class Application.ApplicationAppAdDebugInfo extends AbstractFacebookType
Represents the Application App Ad Debug Info Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationAppAdDebugInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addAndroidMissingSetting(String androidMissingSetting)
boolean
addIosInstallInvalidationScheme(String iosInstallInvalidationScheme)
boolean
addIosMissingSetting(String iosMissingSetting)
Long
getAndroidInstallsOverLastSevenDays()
Number of reported Android installs over the last seven days.List<String>
getAndroidMissingSettings()
Settings that need to be fixed before serving app ads for Android.String
getAndroidSupportStatus()
Status of iOS app ad support for this application.List<String>
getIosInstallInvalidationSchemes()
Schemes used for iOS install invalidationLong
getIosInstallsOverLastSevenDays()
Number of reported iOS installs over the last seven days.List<String>
getIosMissingSettings()
Settings that need to be fixed before serving app ads for iOS.String
getIosSupportStatus()
Status of iOS app ad support for this application.Boolean
getIsAppChildApp()
Is the application childred of aonther application, i.e. is it a test applicationBoolean
getIsAppInDevMode()
Is the application in development mode.Boolean
getIsCpaEnabledForAndroid()
Is the application allowed to use CPA bidding for Android.Boolean
getIsCpaEnabledForIos()
Is the application allowed to use CPA bidding for iOSBoolean
getIsOcpmEnabled()
Is the application allowed to use optimized CPM bidding.Date
getLastAndroidDeferredDeepLinkCall()
Timestamp of most recent Android deferred deep link request.Date
getLastAndroidInstall()
Timestamp of most recent install event reported by Android SDK.Date
getLastIosDeferredDeepLinkCall()
Timestamp of most recent iOS deferred deep link request.Date
getLastIosInstall()
Timestamp of most recent install event reported by iOS SDK.boolean
removeAndroidMissingSetting(String androidMissingSetting)
boolean
removeIosInstallInvalidationScheme(String iosInstallInvalidationScheme)
boolean
removeIosMissingSetting(String iosMissingSetting)
void
setAndroidInstallsOverLastSevenDays(Long androidInstallsOverLastSevenDays)
Number of reported Android installs over the last seven days.void
setAndroidSupportStatus(String androidSupportStatus)
Status of iOS app ad support for this application.void
setIosInstallsOverLastSevenDays(Long iosInstallsOverLastSevenDays)
Number of reported iOS installs over the last seven days.void
setIosSupportStatus(String iosSupportStatus)
Status of iOS app ad support for this application.void
setIsAppChildApp(Boolean isAppChildApp)
Is the application childred of aonther application, i.e. is it a test applicationvoid
setIsAppInDevMode(Boolean isAppInDevMode)
Is the application in development mode.void
setIsCpaEnabledForAndroid(Boolean isCpaEnabledForAndroid)
Is the application allowed to use CPA bidding for Android.void
setIsCpaEnabledForIos(Boolean isCpaEnabledForIos)
Is the application allowed to use CPA bidding for iOSvoid
setIsOcpmEnabled(Boolean isOcpmEnabled)
Is the application allowed to use optimized CPM bidding.void
setLastAndroidDeferredDeepLinkCall(Date lastAndroidDeferredDeepLinkCall)
Timestamp of most recent Android deferred deep link request.void
setLastAndroidInstall(Date lastAndroidInstall)
Timestamp of most recent install event reported by Android SDK.void
setLastIosDeferredDeepLinkCall(Date lastIosDeferredDeepLinkCall)
Timestamp of most recent iOS deferred deep link request.void
setLastIosInstall(Date lastIosInstall)
Timestamp of most recent install event reported by iOS SDK.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ApplicationAppAdDebugInfo
public ApplicationAppAdDebugInfo()
-
-
Method Detail
-
getIosMissingSettings
public List<String> 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
public boolean addIosMissingSetting(String iosMissingSetting)
-
removeIosMissingSetting
public boolean removeIosMissingSetting(String iosMissingSetting)
-
getAndroidMissingSettings
public List<String> 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
public boolean addAndroidMissingSetting(String androidMissingSetting)
-
removeAndroidMissingSetting
public boolean removeAndroidMissingSetting(String androidMissingSetting)
-
getIosInstallInvalidationSchemes
public List<String> getIosInstallInvalidationSchemes()
Schemes used for iOS install invalidation- Returns:
- Schemes used for iOS install invalidation
-
addIosInstallInvalidationScheme
public boolean addIosInstallInvalidationScheme(String iosInstallInvalidationScheme)
-
removeIosInstallInvalidationScheme
public boolean removeIosInstallInvalidationScheme(String iosInstallInvalidationScheme)
-
getLastIosInstall
public Date getLastIosInstall()
Timestamp of most recent install event reported by iOS SDK.- Returns:
- Timestamp of most recent install event reported by iOS SDK
-
setLastIosInstall
public void setLastIosInstall(Date lastIosInstall)
Timestamp of most recent install event reported by iOS SDK.
-
getLastAndroidInstall
public Date getLastAndroidInstall()
Timestamp of most recent install event reported by Android SDK.- Returns:
- Timestamp of most recent install event reported by Android SDK
-
setLastAndroidInstall
public void setLastAndroidInstall(Date lastAndroidInstall)
Timestamp of most recent install event reported by Android SDK.
-
getIosSupportStatus
public String getIosSupportStatus()
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setIosSupportStatus
public void setIosSupportStatus(String iosSupportStatus)
Status of iOS app ad support for this application.
-
getAndroidSupportStatus
public String getAndroidSupportStatus()
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setAndroidSupportStatus
public void setAndroidSupportStatus(String androidSupportStatus)
Status of iOS app ad support for this application.
-
getIosInstallsOverLastSevenDays
public Long getIosInstallsOverLastSevenDays()
Number of reported iOS installs over the last seven days.- Returns:
- Number of reported iOS installs over the last seven days
-
setIosInstallsOverLastSevenDays
public void setIosInstallsOverLastSevenDays(Long iosInstallsOverLastSevenDays)
Number of reported iOS installs over the last seven days.
-
getAndroidInstallsOverLastSevenDays
public Long getAndroidInstallsOverLastSevenDays()
Number of reported Android installs over the last seven days.- Returns:
- Number of reported Android installs over the last seven days
-
setAndroidInstallsOverLastSevenDays
public void setAndroidInstallsOverLastSevenDays(Long androidInstallsOverLastSevenDays)
Number of reported Android installs over the last seven days.
-
getLastIosDeferredDeepLinkCall
public Date getLastIosDeferredDeepLinkCall()
Timestamp of most recent iOS deferred deep link request.- Returns:
- Timestamp of most recent iOS deferred deep link request
-
setLastIosDeferredDeepLinkCall
public void setLastIosDeferredDeepLinkCall(Date lastIosDeferredDeepLinkCall)
Timestamp of most recent iOS deferred deep link request.
-
getLastAndroidDeferredDeepLinkCall
public Date getLastAndroidDeferredDeepLinkCall()
Timestamp of most recent Android deferred deep link request.- Returns:
- Timestamp of most recent Android deferred deep link request
-
setLastAndroidDeferredDeepLinkCall
public void setLastAndroidDeferredDeepLinkCall(Date lastAndroidDeferredDeepLinkCall)
Timestamp of most recent Android deferred deep link request.
-
getIsOcpmEnabled
public Boolean getIsOcpmEnabled()
Is the application allowed to use optimized CPM bidding.- Returns:
- Is the application allowed to use optimized CPM bidding
-
setIsOcpmEnabled
public void setIsOcpmEnabled(Boolean isOcpmEnabled)
Is the application allowed to use optimized CPM bidding.
-
getIsCpaEnabledForIos
public Boolean getIsCpaEnabledForIos()
Is the application allowed to use CPA bidding for iOS- Returns:
- Is the application allowed to use CPA bidding for iOS
-
setIsCpaEnabledForIos
public void setIsCpaEnabledForIos(Boolean isCpaEnabledForIos)
Is the application allowed to use CPA bidding for iOS
-
getIsCpaEnabledForAndroid
public Boolean getIsCpaEnabledForAndroid()
Is the application allowed to use CPA bidding for Android.- Returns:
- Is the application allowed to use CPA bidding for Android
-
setIsCpaEnabledForAndroid
public void setIsCpaEnabledForAndroid(Boolean isCpaEnabledForAndroid)
Is the application allowed to use CPA bidding for Android.
-
getIsAppInDevMode
public Boolean getIsAppInDevMode()
Is the application in development mode.- Returns:
- Is the application in development mode
-
setIsAppInDevMode
public void setIsAppInDevMode(Boolean isAppInDevMode)
Is the application in development mode.
-
getIsAppChildApp
public Boolean 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
public void setIsAppChildApp(Boolean isAppChildApp)
Is the application childred of aonther application, i.e. is it a test application
-
-