-
- All Implemented Interfaces:
public final class SyncParamsParameters for syncing with remote server (aka cross-device)
-
-
Field Summary
Fields Modifier and Type Field Description private final SyncConfigurationconfigprivate final DatelastSyncDateprivate final StringapiBaseURLprivate final Stringagentprivate final StringapiKeyprivate final StringsdkVersionprivate final StringsourceTypeprivate final Stringdomainprivate final StringuserIdprivate final Datecreatedprivate final Dateupdatedprivate final ConsentStatusconsentPurposesprivate final ConsentStatusliPurposesprivate final ConsentStatusconsentVendorsprivate final ConsentStatusliVendorsprivate final Stringtcfcsprivate final Integertcfv
-
Constructor Summary
Constructors Constructor Description SyncParams(SyncConfiguration config, Date lastSyncDate, String apiBaseURL, String agent, String apiKey, String sdkVersion, String sourceType, String domain, String userId, Date created, Date updated, ConsentStatus consentPurposes, ConsentStatus liPurposes, ConsentStatus consentVendors, ConsentStatus liVendors, String tcfcs, Integer tcfv)
-
Method Summary
Modifier and Type Method Description final SyncConfigurationgetConfig()final DategetLastSyncDate()final StringgetApiBaseURL()final StringgetAgent()final StringgetApiKey()final StringgetSdkVersion()final StringgetSourceType()final StringgetDomain()final StringgetUserId()final DategetCreated()final DategetUpdated()final ConsentStatusgetConsentPurposes()final ConsentStatusgetLiPurposes()final ConsentStatusgetConsentVendors()final ConsentStatusgetLiVendors()final StringgetTcfcs()final IntegergetTcfv()-
-
Constructor Detail
-
SyncParams
SyncParams(SyncConfiguration config, Date lastSyncDate, String apiBaseURL, String agent, String apiKey, String sdkVersion, String sourceType, String domain, String userId, Date created, Date updated, ConsentStatus consentPurposes, ConsentStatus liPurposes, ConsentStatus consentVendors, ConsentStatus liVendors, String tcfcs, Integer tcfv)
-
-
Method Detail
-
getConfig
final SyncConfiguration getConfig()
-
getLastSyncDate
final Date getLastSyncDate()
-
getApiBaseURL
final String getApiBaseURL()
-
getSdkVersion
final String getSdkVersion()
-
getSourceType
final String getSourceType()
-
getCreated
final Date getCreated()
-
getUpdated
final Date getUpdated()
-
getConsentPurposes
final ConsentStatus getConsentPurposes()
-
getLiPurposes
final ConsentStatus getLiPurposes()
-
getConsentVendors
final ConsentStatus getConsentVendors()
-
getLiVendors
final ConsentStatus getLiVendors()
-
-
-
-