Class CampaignRetrieveAnalyticsResponse.Analytics
-
- All Implemented Interfaces:
public final class CampaignRetrieveAnalyticsResponse.Analytics
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCampaignRetrieveAnalyticsResponse.Analytics.BuilderA builder for Analytics.
-
Method Summary
-
-
Method Detail
-
blueskyShares
final Optional<Long> blueskyShares()
-
emailShares
final Optional<Long> emailShares()
-
facebookShares
final Optional<Long> facebookShares()
-
impressions
final Optional<Long> impressions()
-
linkedInShares
final Optional<Long> linkedInShares()
-
messengerShares
final Optional<Long> messengerShares()
-
participants
final Optional<Long> participants()
-
pinterestShares
final Optional<Long> pinterestShares()
-
qrcodeShares
final Optional<Long> qrcodeShares()
-
redditShares
final Optional<Long> redditShares()
-
referralCreditExpireds
final Optional<Long> referralCreditExpireds()
-
referralCreditPendings
final Optional<Long> referralCreditPendings()
-
telegramShares
final Optional<Long> telegramShares()
-
threadsShares
final Optional<Long> threadsShares()
-
totalCommissionCount
final Optional<Long> totalCommissionCount()
Affiliate programs only. Number of commission records.
-
totalCommissions
final Optional<Long> totalCommissions()
Affiliate programs only. Commissions in the smallest unit of the program currency.
-
totalRevenue
final Optional<Long> totalRevenue()
Affiliate programs only. Revenue in the smallest unit of the program currency.
-
tumblrShares
final Optional<Long> tumblrShares()
-
twitterShares
final Optional<Long> twitterShares()
-
uniqueImpressions
final Optional<Long> uniqueImpressions()
-
wechatShares
final Optional<Long> wechatShares()
-
whatsAppShares
final Optional<Long> whatsAppShares()
-
_blueskyShares
final JsonField<Long> _blueskyShares()
Returns the raw JSON value of blueskyShares.
Unlike blueskyShares, this method doesn't throw if the JSON field has an unexpected type.
-
_emailShares
final JsonField<Long> _emailShares()
Returns the raw JSON value of emailShares.
Unlike emailShares, this method doesn't throw if the JSON field has an unexpected type.
-
_facebookShares
final JsonField<Long> _facebookShares()
Returns the raw JSON value of facebookShares.
Unlike facebookShares, this method doesn't throw if the JSON field has an unexpected type.
-
_impressions
final JsonField<Long> _impressions()
Returns the raw JSON value of impressions.
Unlike impressions, this method doesn't throw if the JSON field has an unexpected type.
-
_invites
final JsonField<Long> _invites()
Returns the raw JSON value of invites.
Unlike invites, this method doesn't throw if the JSON field has an unexpected type.
-
_linkedInShares
final JsonField<Long> _linkedInShares()
Returns the raw JSON value of linkedInShares.
Unlike linkedInShares, this method doesn't throw if the JSON field has an unexpected type.
-
_messengerShares
final JsonField<Long> _messengerShares()
Returns the raw JSON value of messengerShares.
Unlike messengerShares, this method doesn't throw if the JSON field has an unexpected type.
-
_participants
final JsonField<Long> _participants()
Returns the raw JSON value of participants.
Unlike participants, this method doesn't throw if the JSON field has an unexpected type.
-
_pinterestShares
final JsonField<Long> _pinterestShares()
Returns the raw JSON value of pinterestShares.
Unlike pinterestShares, this method doesn't throw if the JSON field has an unexpected type.
-
_qrcodeShares
final JsonField<Long> _qrcodeShares()
Returns the raw JSON value of qrcodeShares.
Unlike qrcodeShares, this method doesn't throw if the JSON field has an unexpected type.
-
_redditShares
final JsonField<Long> _redditShares()
Returns the raw JSON value of redditShares.
Unlike redditShares, this method doesn't throw if the JSON field has an unexpected type.
-
_referralCreditExpireds
final JsonField<Long> _referralCreditExpireds()
Returns the raw JSON value of referralCreditExpireds.
Unlike referralCreditExpireds, this method doesn't throw if the JSON field has an unexpected type.
-
_referralCreditPendings
final JsonField<Long> _referralCreditPendings()
Returns the raw JSON value of referralCreditPendings.
Unlike referralCreditPendings, this method doesn't throw if the JSON field has an unexpected type.
-
_referrals
final JsonField<Long> _referrals()
Returns the raw JSON value of referrals.
Unlike referrals, this method doesn't throw if the JSON field has an unexpected type.
-
_smsShares
final JsonField<Long> _smsShares()
Returns the raw JSON value of smsShares.
Unlike smsShares, this method doesn't throw if the JSON field has an unexpected type.
-
_telegramShares
final JsonField<Long> _telegramShares()
Returns the raw JSON value of telegramShares.
Unlike telegramShares, this method doesn't throw if the JSON field has an unexpected type.
-
_threadsShares
final JsonField<Long> _threadsShares()
Returns the raw JSON value of threadsShares.
Unlike threadsShares, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCommissionCount
final JsonField<Long> _totalCommissionCount()
Returns the raw JSON value of totalCommissionCount.
Unlike totalCommissionCount, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCommissions
final JsonField<Long> _totalCommissions()
Returns the raw JSON value of totalCommissions.
Unlike totalCommissions, this method doesn't throw if the JSON field has an unexpected type.
-
_totalRevenue
final JsonField<Long> _totalRevenue()
Returns the raw JSON value of totalRevenue.
Unlike totalRevenue, this method doesn't throw if the JSON field has an unexpected type.
-
_tumblrShares
final JsonField<Long> _tumblrShares()
Returns the raw JSON value of tumblrShares.
Unlike tumblrShares, this method doesn't throw if the JSON field has an unexpected type.
-
_twitterShares
final JsonField<Long> _twitterShares()
Returns the raw JSON value of twitterShares.
Unlike twitterShares, this method doesn't throw if the JSON field has an unexpected type.
-
_uniqueImpressions
final JsonField<Long> _uniqueImpressions()
Returns the raw JSON value of uniqueImpressions.
Unlike uniqueImpressions, this method doesn't throw if the JSON field has an unexpected type.
-
_wechatShares
final JsonField<Long> _wechatShares()
Returns the raw JSON value of wechatShares.
Unlike wechatShares, this method doesn't throw if the JSON field has an unexpected type.
-
_whatsAppShares
final JsonField<Long> _whatsAppShares()
Returns the raw JSON value of whatsAppShares.
Unlike whatsAppShares, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CampaignRetrieveAnalyticsResponse.Analytics.Builder toBuilder()
-
validate
final CampaignRetrieveAnalyticsResponse.Analytics validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CampaignRetrieveAnalyticsResponse.Analytics.Builder builder()
Returns a mutable builder for constructing an instance of Analytics.
-
-
-
-