-
public final class ParamsObject
-
-
Field Summary
Fields Modifier and Type Field Description private StringgoogleProjectNumberprivate Booleanenterpriseprivate BooleanuseIdentityVerificationprivate JSONArraynotificationChannelsprivate BooleanfirebaseAnalyticsprivate BooleanrestoreTTLFilterprivate BooleanclearGroupOnSummaryClickprivate BooleanreceiveReceiptEnabledprivate BooleandisableGMSMissingPromptprivate BooleanunsubscribeWhenNotificationsDisabledprivate BooleanlocationSharedprivate BooleanrequiresUserPrivacyConsentprivate LongopRepoExecutionIntervalprivate InfluenceParamsObjectinfluenceParamsprivate FCMParamsObjectfcmParams
-
Constructor Summary
Constructors Constructor Description ParamsObject(String googleProjectNumber, Boolean enterprise, Boolean useIdentityVerification, JSONArray notificationChannels, Boolean firebaseAnalytics, Boolean restoreTTLFilter, Boolean clearGroupOnSummaryClick, Boolean receiveReceiptEnabled, Boolean disableGMSMissingPrompt, Boolean unsubscribeWhenNotificationsDisabled, Boolean locationShared, Boolean requiresUserPrivacyConsent, Long opRepoExecutionInterval, InfluenceParamsObject influenceParams, FCMParamsObject fcmParams)
-
Method Summary
-
-
Constructor Detail
-
ParamsObject
ParamsObject(String googleProjectNumber, Boolean enterprise, Boolean useIdentityVerification, JSONArray notificationChannels, Boolean firebaseAnalytics, Boolean restoreTTLFilter, Boolean clearGroupOnSummaryClick, Boolean receiveReceiptEnabled, Boolean disableGMSMissingPrompt, Boolean unsubscribeWhenNotificationsDisabled, Boolean locationShared, Boolean requiresUserPrivacyConsent, Long opRepoExecutionInterval, InfluenceParamsObject influenceParams, FCMParamsObject fcmParams)
-
-
Method Detail
-
getGoogleProjectNumber
final String getGoogleProjectNumber()
-
setGoogleProjectNumber
final Unit setGoogleProjectNumber(String googleProjectNumber)
-
getEnterprise
final Boolean getEnterprise()
-
setEnterprise
final Unit setEnterprise(Boolean enterprise)
-
getUseIdentityVerification
final Boolean getUseIdentityVerification()
-
setUseIdentityVerification
final Unit setUseIdentityVerification(Boolean useIdentityVerification)
-
getNotificationChannels
final JSONArray getNotificationChannels()
-
setNotificationChannels
final Unit setNotificationChannels(JSONArray notificationChannels)
-
getFirebaseAnalytics
final Boolean getFirebaseAnalytics()
-
setFirebaseAnalytics
final Unit setFirebaseAnalytics(Boolean firebaseAnalytics)
-
getRestoreTTLFilter
final Boolean getRestoreTTLFilter()
-
setRestoreTTLFilter
final Unit setRestoreTTLFilter(Boolean restoreTTLFilter)
-
getClearGroupOnSummaryClick
final Boolean getClearGroupOnSummaryClick()
-
setClearGroupOnSummaryClick
final Unit setClearGroupOnSummaryClick(Boolean clearGroupOnSummaryClick)
-
getReceiveReceiptEnabled
final Boolean getReceiveReceiptEnabled()
-
setReceiveReceiptEnabled
final Unit setReceiveReceiptEnabled(Boolean receiveReceiptEnabled)
-
getDisableGMSMissingPrompt
final Boolean getDisableGMSMissingPrompt()
-
setDisableGMSMissingPrompt
final Unit setDisableGMSMissingPrompt(Boolean disableGMSMissingPrompt)
-
getUnsubscribeWhenNotificationsDisabled
final Boolean getUnsubscribeWhenNotificationsDisabled()
-
setUnsubscribeWhenNotificationsDisabled
final Unit setUnsubscribeWhenNotificationsDisabled(Boolean unsubscribeWhenNotificationsDisabled)
-
getLocationShared
final Boolean getLocationShared()
-
setLocationShared
final Unit setLocationShared(Boolean locationShared)
-
getRequiresUserPrivacyConsent
final Boolean getRequiresUserPrivacyConsent()
-
setRequiresUserPrivacyConsent
final Unit setRequiresUserPrivacyConsent(Boolean requiresUserPrivacyConsent)
-
getOpRepoExecutionInterval
final Long getOpRepoExecutionInterval()
-
setOpRepoExecutionInterval
final Unit setOpRepoExecutionInterval(Long opRepoExecutionInterval)
-
getInfluenceParams
final InfluenceParamsObject getInfluenceParams()
-
setInfluenceParams
final Unit setInfluenceParams(InfluenceParamsObject influenceParams)
-
getFcmParams
final FCMParamsObject getFcmParams()
-
setFcmParams
final Unit setFcmParams(FCMParamsObject fcmParams)
-
-
-
-