001// Generated by delombok at Sun Apr 14 14:59:49 CEST 2024
002/*
003 * Copyright (c) 2010-2024 Mark Allen, Norbert Bartels.
004 *
005 * Permission is hereby granted, free of charge, to any person obtaining a copy
006 * of this software and associated documentation files (the "Software"), to deal
007 * in the Software without restriction, including without limitation the rights
008 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
009 * copies of the Software, and to permit persons to whom the Software is
010 * furnished to do so, subject to the following conditions:
011 *
012 * The above copyright notice and this permission notice shall be included in
013 * all copies or substantial portions of the Software.
014 *
015 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
016 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
017 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
018 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
019 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
020 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
021 * THE SOFTWARE.
022 */
023package com.restfb.types.ads;
024
025import com.restfb.Facebook;
026import com.restfb.json.JsonObject;
027import com.restfb.types.AbstractFacebookType;
028import java.util.*;
029import java.util.function.Supplier;
030
031public class AdsInsights extends AbstractFacebookType {
032  private static final long serialVersionUID = 1L;
033  @Facebook("account_currency")
034  private String accountCurrency;
035  @Facebook("account_id")
036  private String accountId;
037  @Facebook("account_name")
038  private String accountName;
039  @Facebook("action_values")
040  private List<AdsActionStats> actionValues = new ArrayList<>();
041  @Facebook("actions")
042  private List<AdsActionStats> actions = new ArrayList<>();
043  @Facebook("ad_click_actions")
044  private List<AdsActionStats> adClickActions = new ArrayList<>();
045  @Facebook("ad_id")
046  private String adId;
047  @Facebook("ad_impression_actions")
048  private List<AdsActionStats> adImpressionActions = new ArrayList<>();
049  @Facebook("ad_name")
050  private String adName;
051  @Facebook("adset_end")
052  private String adsetEnd;
053  @Facebook("adset_id")
054  private String adsetId;
055  @Facebook("adset_name")
056  private String adsetName;
057  @Facebook("adset_start")
058  private String adsetStart;
059  @Facebook("age_targeting")
060  private String ageTargeting;
061  @Facebook("attribution_setting")
062  private String attributionSetting;
063  @Facebook("auction_bid")
064  private String auctionBid;
065  @Facebook("auction_competitiveness")
066  private String auctionCompetitiveness;
067  @Facebook("auction_max_competitor_bid")
068  private String auctionMaxCompetitorBid;
069  @Facebook("buying_type")
070  private String buyingType;
071  @Facebook("campaign_id")
072  private String campaignId;
073  @Facebook("campaign_name")
074  private String campaignName;
075  @Facebook("canvas_avg_view_percent")
076  private String canvasAvgViewPercent;
077  @Facebook("canvas_avg_view_time")
078  private String canvasAvgViewTime;
079  @Facebook("catalog_segment_actions")
080  private List<AdsActionStats> catalogSegmentActions = new ArrayList<>();
081  @Facebook("catalog_segment_value")
082  private List<AdsActionStats> catalogSegmentValue = new ArrayList<>();
083  @Facebook("catalog_segment_value_mobile_purchase_roas")
084  private List<AdsActionStats> catalogSegmentValueMobilePurchaseRoas = new ArrayList<>();
085  @Facebook("catalog_segment_value_omni_purchase_roas")
086  private List<AdsActionStats> catalogSegmentValueOmniPurchaseRoas = new ArrayList<>();
087  @Facebook("catalog_segment_value_website_purchase_roas")
088  private List<AdsActionStats> catalogSegmentValueWebsitePurchaseRoas = new ArrayList<>();
089  @Facebook("clicks")
090  private String clicks;
091  @Facebook("conversion_lead_rate")
092  private String conversionLeadRate;
093  @Facebook("conversion_rate_ranking")
094  private String conversionRateRanking;
095  @Facebook("conversion_values")
096  private List<AdsActionStats> conversionValues = new ArrayList<>();
097  @Facebook("conversions")
098  private List<AdsActionStats> conversions = new ArrayList<>();
099  @Facebook("converted_product_quantity")
100  private List<AdsActionStats> convertedProductQuantity = new ArrayList<>();
101  @Facebook("converted_product_value")
102  private List<AdsActionStats> convertedProductValue = new ArrayList<>();
103  @Facebook("cost_per_15_sec_video_view")
104  private List<AdsActionStats> costPer15SecVideoView = new ArrayList<>();
105  @Facebook("cost_per_2_sec_continuous_video_view")
106  private List<AdsActionStats> costPer2SecContinuousVideoView = new ArrayList<>();
107  @Facebook("cost_per_action_type")
108  private List<AdsActionStats> costPerActionType = new ArrayList<>();
109  @Facebook("cost_per_ad_click")
110  private List<AdsActionStats> costPerAdClick = new ArrayList<>();
111  @Facebook("cost_per_conversion")
112  private List<AdsActionStats> costPerConversion = new ArrayList<>();
113  @Facebook("cost_per_conversion_lead")
114  private String costPerConversionLead;
115  @Facebook("cost_per_dda_countby_convs")
116  private String costPerDdaCountbyConvs;
117  @Facebook("cost_per_estimated_ad_recallers")
118  private String costPerEstimatedAdRecallers;
119  @Facebook("cost_per_inline_link_click")
120  private String costPerInlineLinkClick;
121  @Facebook("cost_per_inline_post_engagement")
122  private String costPerInlinePostEngagement;
123  @Facebook("cost_per_one_thousand_ad_impression")
124  private List<AdsActionStats> costPerOneThousandAdImpression = new ArrayList<>();
125  @Facebook("cost_per_outbound_click")
126  private List<AdsActionStats> costPerOutboundClick = new ArrayList<>();
127  @Facebook("cost_per_thruplay")
128  private List<AdsActionStats> costPerThruplay = new ArrayList<>();
129  @Facebook("cost_per_unique_action_type")
130  private List<AdsActionStats> costPerUniqueActionType = new ArrayList<>();
131  @Facebook("cost_per_unique_click")
132  private String costPerUniqueClick;
133  @Facebook("cost_per_unique_conversion")
134  private List<AdsActionStats> costPerUniqueConversion = new ArrayList<>();
135  @Facebook("cost_per_unique_inline_link_click")
136  private String costPerUniqueInlineLinkClick;
137  @Facebook("cost_per_unique_outbound_click")
138  private List<AdsActionStats> costPerUniqueOutboundClick = new ArrayList<>();
139  @Facebook("cpc")
140  private String cpc;
141  @Facebook("cpm")
142  private String cpm;
143  @Facebook("cpp")
144  private String cpp;
145  @Facebook("created_time")
146  private String createdTime;
147  @Facebook("creative_media_type")
148  private String creativeMediaType;
149  @Facebook("ctr")
150  private String ctr;
151  @Facebook("date_start")
152  private Date dateStart;
153  @Facebook("date_stop")
154  private Date dateStop;
155  @Facebook("dda_countby_convs")
156  private String ddaCountbyConvs;
157  @Facebook("dda_results")
158  private List<JsonObject> ddaResults = new ArrayList<>();
159  @Facebook("engagement_rate_ranking")
160  private String engagementRateRanking;
161  @Facebook("estimated_ad_recall_rate")
162  private String estimatedAdRecallRate;
163  @Facebook("estimated_ad_recall_rate_lower_bound")
164  private String estimatedAdRecallRateLowerBound;
165  @Facebook("estimated_ad_recall_rate_upper_bound")
166  private String estimatedAdRecallRateUpperBound;
167  @Facebook("estimated_ad_recallers")
168  private String estimatedAdRecallers;
169  @Facebook("estimated_ad_recallers_lower_bound")
170  private String estimatedAdRecallersLowerBound;
171  @Facebook("estimated_ad_recallers_upper_bound")
172  private String estimatedAdRecallersUpperBound;
173  @Facebook("frequency")
174  private String frequency;
175  @Facebook("full_view_impressions")
176  private String fullViewImpressions;
177  @Facebook("full_view_reach")
178  private String fullViewReach;
179  @Facebook("gender_targeting")
180  private String genderTargeting;
181  @Facebook("impressions")
182  private String impressions;
183  @Facebook("inline_link_click_ctr")
184  private String inlineLinkClickCtr;
185  @Facebook("inline_link_clicks")
186  private String inlineLinkClicks;
187  @Facebook("inline_post_engagement")
188  private String inlinePostEngagement;
189  @Facebook("instagram_upcoming_event_reminders_set")
190  private String instagramUpcomingEventRemindersSet;
191  @Facebook("instant_experience_clicks_to_open")
192  private String instantExperienceClicksToOpen;
193  @Facebook("instant_experience_clicks_to_start")
194  private String instantExperienceClicksToStart;
195  @Facebook("instant_experience_outbound_clicks")
196  private List<AdsActionStats> instantExperienceOutboundClicks = new ArrayList<>();
197  @Facebook("interactive_component_tap")
198  private List<AdsActionStats> interactiveComponentTap = new ArrayList<>();
199  @Facebook("labels")
200  private String labels;
201  @Facebook("location")
202  private String location;
203  @Facebook("marketing_messages_cost_per_delivered")
204  private String marketingMessagesCostPerDelivered;
205  @Facebook("marketing_messages_cost_per_link_btn_click")
206  private String marketingMessagesCostPerLinkBtnClick;
207  @Facebook("marketing_messages_spend")
208  private String marketingMessagesSpend;
209  @Facebook("mobile_app_purchase_roas")
210  private List<AdsActionStats> mobileAppPurchaseRoas = new ArrayList<>();
211  @Facebook("objective")
212  private String objective;
213  @Facebook("optimization_goal")
214  private String optimizationGoal;
215  @Facebook("outbound_clicks")
216  private List<AdsActionStats> outboundClicks = new ArrayList<>();
217  @Facebook("outbound_clicks_ctr")
218  private List<AdsActionStats> outboundClicksCtr = new ArrayList<>();
219  @Facebook("place_page_name")
220  private String placePageName;
221  @Facebook("purchase_roas")
222  private List<AdsActionStats> purchaseRoas = new ArrayList<>();
223  @Facebook("qualifying_question_qualify_answer_rate")
224  private String qualifyingQuestionQualifyAnswerRate;
225  @Facebook("quality_ranking")
226  private String qualityRanking;
227  @Facebook("reach")
228  private String reach;
229  @Facebook("social_spend")
230  private String socialSpend;
231  @Facebook("spend")
232  private String spend;
233  @Facebook("total_postbacks")
234  private String totalPostbacks;
235  @Facebook("total_postbacks_detailed")
236  private List<AdsActionStats> totalPostbacksDetailed = new ArrayList<>();
237  @Facebook("total_postbacks_detailed_v4")
238  private List<AdsActionStats> totalPostbacksDetailedV4 = new ArrayList<>();
239  @Facebook("unique_actions")
240  private List<AdsActionStats> uniqueActions = new ArrayList<>();
241  @Facebook("unique_clicks")
242  private String uniqueClicks;
243  @Facebook("unique_conversions")
244  private List<AdsActionStats> uniqueConversions = new ArrayList<>();
245  @Facebook("unique_ctr")
246  private String uniqueCtr;
247  @Facebook("unique_inline_link_click_ctr")
248  private String uniqueInlineLinkClickCtr;
249  @Facebook("unique_inline_link_clicks")
250  private String uniqueInlineLinkClicks;
251  @Facebook("unique_link_clicks_ctr")
252  private String uniqueLinkClicksCtr;
253  @Facebook("unique_outbound_clicks")
254  private List<AdsActionStats> uniqueOutboundClicks = new ArrayList<>();
255  @Facebook("unique_outbound_clicks_ctr")
256  private List<AdsActionStats> uniqueOutboundClicksCtr = new ArrayList<>();
257  @Facebook("unique_video_continuous_2_sec_watched_actions")
258  private List<AdsActionStats> uniqueVideoContinuous2SecWatchedActions = new ArrayList<>();
259  @Facebook("unique_video_view_15_sec")
260  private List<AdsActionStats> uniqueVideoView15Sec = new ArrayList<>();
261  @Facebook("updated_time")
262  private String updatedTime;
263  @Facebook("video_15_sec_watched_actions")
264  private List<AdsActionStats> video15SecWatchedActions = new ArrayList<>();
265  @Facebook("video_30_sec_watched_actions")
266  private List<AdsActionStats> video30SecWatchedActions = new ArrayList<>();
267  @Facebook("video_avg_time_watched_actions")
268  private List<AdsActionStats> videoAvgTimeWatchedActions = new ArrayList<>();
269  @Facebook("video_continuous_2_sec_watched_actions")
270  private List<AdsActionStats> videoContinuous2SecWatchedActions = new ArrayList<>();
271  @Facebook("video_p100_watched_actions")
272  private List<AdsActionStats> videoP100WatchedActions = new ArrayList<>();
273  @Facebook("video_p25_watched_actions")
274  private List<AdsActionStats> videoP25WatchedActions = new ArrayList<>();
275  @Facebook("video_p50_watched_actions")
276  private List<AdsActionStats> videoP50WatchedActions = new ArrayList<>();
277  @Facebook("video_p75_watched_actions")
278  private List<AdsActionStats> videoP75WatchedActions = new ArrayList<>();
279  @Facebook("video_p95_watched_actions")
280  private List<AdsActionStats> videoP95WatchedActions = new ArrayList<>();
281  @Facebook("video_play_actions")
282  private List<AdsActionStats> videoPlayActions = new ArrayList<>();
283  @Facebook("video_play_curve_actions")
284  private List<AdsHistogramStats> videoPlayCurveActions = new ArrayList<>();
285  @Facebook("video_play_retention_0_to_15s_actions")
286  private List<AdsHistogramStats> videoPlayRetention0To15sActions = new ArrayList<>();
287  @Facebook("video_play_retention_20_to_60s_actions")
288  private List<AdsHistogramStats> videoPlayRetention20To60sActions = new ArrayList<>();
289  @Facebook("video_play_retention_graph_actions")
290  private List<AdsHistogramStats> videoPlayRetentionGraphActions = new ArrayList<>();
291  @Facebook("video_thruplay_watched_actions")
292  private List<AdsActionStats> videoThruplayWatchedActions = new ArrayList<>();
293  @Facebook("video_time_watched_actions")
294  private List<AdsActionStats> videoTimeWatchedActions = new ArrayList<>();
295  @Facebook("website_ctr")
296  private List<AdsActionStats> websiteCtr = new ArrayList<>();
297  @Facebook("website_purchase_roas")
298  private List<AdsActionStats> websitePurchaseRoas = new ArrayList<>();
299  @Facebook("wish_bid")
300  private String wishBid;
301  // Breakdowns
302  @Facebook("ad_format_asset")
303  private String adFormatAsset;
304  @Facebook("age")
305  private String age;
306  @Facebook("app_id")
307  private String appId;
308  @Facebook("body_asset")
309  private String bodyAsset;
310  @Facebook("call_to_action_asset")
311  private String callToActionAsset;
312  @Facebook("coarse_conversion_value")
313  private String coarseConversionValue;
314  @Facebook("country")
315  private String country;
316  @Facebook("description_asset")
317  private String descriptionAsset;
318  @Facebook("device_platform")
319  private String devicePlatform;
320  @Facebook("dma")
321  private String dma;
322  @Facebook("fidelity_type")
323  private String fidelityType;
324  @Facebook("frequency_value")
325  private String frequencyValue;
326  @Facebook("gender")
327  private String gender;
328  @Facebook("hourly_stats_aggregated_by_advertiser_time_zone")
329  private String hourlyStatsAggregatedByAdvertiserTimeZone;
330  @Facebook("hourly_stats_aggregated_by_audience_time_zone")
331  private String hourlyStatsAggregatedByAudienceTimeZone;
332  @Facebook("hsid")
333  private String hsid;
334  @Facebook("image_asset")
335  private String imageAsset;
336  @Facebook("impression_device")
337  private String impressionDevice;
338  @Facebook("is_conversion_id_modeled")
339  private String isConversionIdModeled;
340  @Facebook("link_url_asset")
341  private String linkUrlAsset;
342  @Facebook("marketing_messages_btn_name")
343  private String marketingMessagesBtnName;
344  @Facebook("mdsa_landing_destination")
345  private String mdsaLandingDestination;
346  @Facebook("media_asset_url")
347  private String mediaAssetUrl;
348  @Facebook("media_creator")
349  private String mediaCreator;
350  @Facebook("media_destination_url")
351  private String mediaDestinationUrl;
352  @Facebook("media_format")
353  private String mediaFormat;
354  @Facebook("media_origin_url")
355  private String mediaOriginUrl;
356  @Facebook("media_text_content")
357  private String mediaTextContent;
358  @Facebook("mmm")
359  private String mmm;
360  @Facebook("place_page_id")
361  private String placePageId;
362  @Facebook("platform_position")
363  private String platformPosition;
364  @Facebook("postback_sequence_index")
365  private String postbackSequenceIndex;
366  @Facebook("product_id")
367  private String productId;
368  @Facebook("publisher_platform")
369  private String publisherPlatform;
370  @Facebook("redownload")
371  private String redownload;
372  @Facebook("region")
373  private String region;
374  @Facebook("skan_campaign_id")
375  private String skanCampaignId;
376  @Facebook("skan_conversion_id")
377  private String skanConversionId;
378  @Facebook("skan_version")
379  private String skanVersion;
380  @Facebook("standard_event_content_type")
381  private String standardEventContentType;
382  @Facebook("title_asset")
383  private String titleAsset;
384  @Facebook("video_asset")
385  private String videoAsset;
386
387  public List<AdsActionStats> getActionStats(String actionStatsField) {
388    Supplier<List<AdsActionStats>> supplier = initAdActionsStatsListMap().get(actionStatsField);
389    if (supplier != null) {
390      return supplier.get();
391    }
392    return Collections.emptyList();
393  }
394
395  private Map<String, Supplier<List<AdsActionStats>>> initAdActionsStatsListMap() {
396    Map<String, Supplier<List<AdsActionStats>>> map = new HashMap<>();
397    map.put("action_values", this::getActionValues);
398    map.put("actions", this::getActions);
399    map.put("ad_click_actions", this::getAdClickActions);
400    map.put("ad_impression_actions", this::getAdImpressionActions);
401    map.put("catalog_segment_actions", this::getCatalogSegmentActions);
402    map.put("catalog_segment_value", this::getCatalogSegmentValue);
403    map.put("catalog_segment_value_mobile_purchase_roas", this::getCatalogSegmentValueMobilePurchaseRoas);
404    map.put("catalog_segment_value_omni_purchase_roas", this::getCatalogSegmentValueOmniPurchaseRoas);
405    map.put("catalog_segment_value_website_purchase_roas", this::getCatalogSegmentValueWebsitePurchaseRoas);
406    map.put("conversion_values", this::getConversionValues);
407    map.put("conversions", this::getConversions);
408    map.put("converted_product_quantity", this::getConvertedProductQuantity);
409    map.put("converted_product_value", this::getConvertedProductValue);
410    map.put("cost_per_15_sec_video_view", this::getCostPer15SecVideoView);
411    map.put("cost_per_2_sec_continuous_video_view", this::getCostPer2SecContinuousVideoView);
412    map.put("cost_per_action_type", this::getCostPerActionType);
413    map.put("cost_per_ad_click", this::getCostPerAdClick);
414    map.put("cost_per_conversion", this::getCostPerConversion);
415    map.put("cost_per_unique_conversion", this::getCostPerUniqueConversion);
416    map.put("cost_per_one_thousand_ad_impression", this::getCostPerOneThousandAdImpression);
417    map.put("cost_per_outbound_click", this::getCostPerOutboundClick);
418    map.put("cost_per_thruplay", this::getCostPerThruplay);
419    map.put("cost_per_unique_action_type", this::getCostPerUniqueActionType);
420    map.put("cost_per_unique_outbound_click", this::getCostPerUniqueOutboundClick);
421    map.put("instant_experience_outbound_clicks", this::getInstantExperienceOutboundClicks);
422    map.put("interactive_component_tap", this::getInteractiveComponentTap);
423    map.put("mobile_app_purchase_roas", this::getMobileAppPurchaseRoas);
424    map.put("outbound_clicks", this::getOutboundClicks);
425    map.put("outbound_clicks_ctr", this::getOutboundClicksCtr);
426    map.put("purchase_roas", this::getPurchaseRoas);
427    map.put("total_postbacks_detailed", this::getTotalPostbacksDetailed);
428    map.put("total_postbacks_detailed_v4", this::getTotalPostbacksDetailedV4);
429    map.put("unique_actions", this::getUniqueActions);
430    map.put("unique_conversions", this::getUniqueConversions);
431    map.put("unique_outbound_clicks", this::getUniqueOutboundClicks);
432    map.put("unique_outbound_clicks_ctr", this::getUniqueOutboundClicksCtr);
433    map.put("unique_video_continuous_2_sec_watched_actions", this::getUniqueVideoContinuous2SecWatchedActions);
434    map.put("unique_video_view_15_sec", this::getUniqueVideoView15Sec);
435    map.put("video_15_sec_watched_actions", this::getVideo15SecWatchedActions);
436    map.put("video_30_sec_watched_actions", this::getVideo30SecWatchedActions);
437    map.put("video_avg_time_watched_actions", this::getVideoAvgTimeWatchedActions);
438    map.put("video_continuous_2_sec_watched_actions", this::getVideoContinuous2SecWatchedActions);
439    map.put("video_p100_watched_actions", this::getVideoP100WatchedActions);
440    map.put("video_p25_watched_actions", this::getVideoP25WatchedActions);
441    map.put("video_p50_watched_actions", this::getVideoP50WatchedActions);
442    map.put("video_p75_watched_actions", this::getVideoP75WatchedActions);
443    map.put("video_p95_watched_actions", this::getVideoP95WatchedActions);
444    map.put("video_play_actions", this::getVideoPlayActions);
445    map.put("video_thruplay_watched_actions", this::getVideoThruplayWatchedActions);
446    map.put("video_time_watched_actions", this::getVideoTimeWatchedActions);
447    map.put("website_ctr", this::getWebsiteCtr);
448    map.put("website_purchase_roas", this::getWebsitePurchaseRoas);
449    return map;
450  }
451
452  @java.lang.SuppressWarnings("all")
453  public void setAccountCurrency(final String accountCurrency) {
454    this.accountCurrency = accountCurrency;
455  }
456
457  @java.lang.SuppressWarnings("all")
458  public void setAccountId(final String accountId) {
459    this.accountId = accountId;
460  }
461
462  @java.lang.SuppressWarnings("all")
463  public void setAccountName(final String accountName) {
464    this.accountName = accountName;
465  }
466
467  @java.lang.SuppressWarnings("all")
468  public void setActionValues(final List<AdsActionStats> actionValues) {
469    this.actionValues = actionValues;
470  }
471
472  @java.lang.SuppressWarnings("all")
473  public void setActions(final List<AdsActionStats> actions) {
474    this.actions = actions;
475  }
476
477  @java.lang.SuppressWarnings("all")
478  public void setAdClickActions(final List<AdsActionStats> adClickActions) {
479    this.adClickActions = adClickActions;
480  }
481
482  @java.lang.SuppressWarnings("all")
483  public void setAdId(final String adId) {
484    this.adId = adId;
485  }
486
487  @java.lang.SuppressWarnings("all")
488  public void setAdImpressionActions(final List<AdsActionStats> adImpressionActions) {
489    this.adImpressionActions = adImpressionActions;
490  }
491
492  @java.lang.SuppressWarnings("all")
493  public void setAdName(final String adName) {
494    this.adName = adName;
495  }
496
497  @java.lang.SuppressWarnings("all")
498  public void setAdsetEnd(final String adsetEnd) {
499    this.adsetEnd = adsetEnd;
500  }
501
502  @java.lang.SuppressWarnings("all")
503  public void setAdsetId(final String adsetId) {
504    this.adsetId = adsetId;
505  }
506
507  @java.lang.SuppressWarnings("all")
508  public void setAdsetName(final String adsetName) {
509    this.adsetName = adsetName;
510  }
511
512  @java.lang.SuppressWarnings("all")
513  public void setAdsetStart(final String adsetStart) {
514    this.adsetStart = adsetStart;
515  }
516
517  @java.lang.SuppressWarnings("all")
518  public void setAgeTargeting(final String ageTargeting) {
519    this.ageTargeting = ageTargeting;
520  }
521
522  @java.lang.SuppressWarnings("all")
523  public void setAttributionSetting(final String attributionSetting) {
524    this.attributionSetting = attributionSetting;
525  }
526
527  @java.lang.SuppressWarnings("all")
528  public void setAuctionBid(final String auctionBid) {
529    this.auctionBid = auctionBid;
530  }
531
532  @java.lang.SuppressWarnings("all")
533  public void setAuctionCompetitiveness(final String auctionCompetitiveness) {
534    this.auctionCompetitiveness = auctionCompetitiveness;
535  }
536
537  @java.lang.SuppressWarnings("all")
538  public void setAuctionMaxCompetitorBid(final String auctionMaxCompetitorBid) {
539    this.auctionMaxCompetitorBid = auctionMaxCompetitorBid;
540  }
541
542  @java.lang.SuppressWarnings("all")
543  public void setBuyingType(final String buyingType) {
544    this.buyingType = buyingType;
545  }
546
547  @java.lang.SuppressWarnings("all")
548  public void setCampaignId(final String campaignId) {
549    this.campaignId = campaignId;
550  }
551
552  @java.lang.SuppressWarnings("all")
553  public void setCampaignName(final String campaignName) {
554    this.campaignName = campaignName;
555  }
556
557  @java.lang.SuppressWarnings("all")
558  public void setCanvasAvgViewPercent(final String canvasAvgViewPercent) {
559    this.canvasAvgViewPercent = canvasAvgViewPercent;
560  }
561
562  @java.lang.SuppressWarnings("all")
563  public void setCanvasAvgViewTime(final String canvasAvgViewTime) {
564    this.canvasAvgViewTime = canvasAvgViewTime;
565  }
566
567  @java.lang.SuppressWarnings("all")
568  public void setCatalogSegmentActions(final List<AdsActionStats> catalogSegmentActions) {
569    this.catalogSegmentActions = catalogSegmentActions;
570  }
571
572  @java.lang.SuppressWarnings("all")
573  public void setCatalogSegmentValue(final List<AdsActionStats> catalogSegmentValue) {
574    this.catalogSegmentValue = catalogSegmentValue;
575  }
576
577  @java.lang.SuppressWarnings("all")
578  public void setCatalogSegmentValueMobilePurchaseRoas(final List<AdsActionStats> catalogSegmentValueMobilePurchaseRoas) {
579    this.catalogSegmentValueMobilePurchaseRoas = catalogSegmentValueMobilePurchaseRoas;
580  }
581
582  @java.lang.SuppressWarnings("all")
583  public void setCatalogSegmentValueOmniPurchaseRoas(final List<AdsActionStats> catalogSegmentValueOmniPurchaseRoas) {
584    this.catalogSegmentValueOmniPurchaseRoas = catalogSegmentValueOmniPurchaseRoas;
585  }
586
587  @java.lang.SuppressWarnings("all")
588  public void setCatalogSegmentValueWebsitePurchaseRoas(final List<AdsActionStats> catalogSegmentValueWebsitePurchaseRoas) {
589    this.catalogSegmentValueWebsitePurchaseRoas = catalogSegmentValueWebsitePurchaseRoas;
590  }
591
592  @java.lang.SuppressWarnings("all")
593  public void setClicks(final String clicks) {
594    this.clicks = clicks;
595  }
596
597  @java.lang.SuppressWarnings("all")
598  public void setConversionLeadRate(final String conversionLeadRate) {
599    this.conversionLeadRate = conversionLeadRate;
600  }
601
602  @java.lang.SuppressWarnings("all")
603  public void setConversionRateRanking(final String conversionRateRanking) {
604    this.conversionRateRanking = conversionRateRanking;
605  }
606
607  @java.lang.SuppressWarnings("all")
608  public void setConversionValues(final List<AdsActionStats> conversionValues) {
609    this.conversionValues = conversionValues;
610  }
611
612  @java.lang.SuppressWarnings("all")
613  public void setConversions(final List<AdsActionStats> conversions) {
614    this.conversions = conversions;
615  }
616
617  @java.lang.SuppressWarnings("all")
618  public void setConvertedProductQuantity(final List<AdsActionStats> convertedProductQuantity) {
619    this.convertedProductQuantity = convertedProductQuantity;
620  }
621
622  @java.lang.SuppressWarnings("all")
623  public void setConvertedProductValue(final List<AdsActionStats> convertedProductValue) {
624    this.convertedProductValue = convertedProductValue;
625  }
626
627  @java.lang.SuppressWarnings("all")
628  public void setCostPer15SecVideoView(final List<AdsActionStats> costPer15SecVideoView) {
629    this.costPer15SecVideoView = costPer15SecVideoView;
630  }
631
632  @java.lang.SuppressWarnings("all")
633  public void setCostPer2SecContinuousVideoView(final List<AdsActionStats> costPer2SecContinuousVideoView) {
634    this.costPer2SecContinuousVideoView = costPer2SecContinuousVideoView;
635  }
636
637  @java.lang.SuppressWarnings("all")
638  public void setCostPerActionType(final List<AdsActionStats> costPerActionType) {
639    this.costPerActionType = costPerActionType;
640  }
641
642  @java.lang.SuppressWarnings("all")
643  public void setCostPerAdClick(final List<AdsActionStats> costPerAdClick) {
644    this.costPerAdClick = costPerAdClick;
645  }
646
647  @java.lang.SuppressWarnings("all")
648  public void setCostPerConversion(final List<AdsActionStats> costPerConversion) {
649    this.costPerConversion = costPerConversion;
650  }
651
652  @java.lang.SuppressWarnings("all")
653  public void setCostPerConversionLead(final String costPerConversionLead) {
654    this.costPerConversionLead = costPerConversionLead;
655  }
656
657  @java.lang.SuppressWarnings("all")
658  public void setCostPerDdaCountbyConvs(final String costPerDdaCountbyConvs) {
659    this.costPerDdaCountbyConvs = costPerDdaCountbyConvs;
660  }
661
662  @java.lang.SuppressWarnings("all")
663  public void setCostPerEstimatedAdRecallers(final String costPerEstimatedAdRecallers) {
664    this.costPerEstimatedAdRecallers = costPerEstimatedAdRecallers;
665  }
666
667  @java.lang.SuppressWarnings("all")
668  public void setCostPerInlineLinkClick(final String costPerInlineLinkClick) {
669    this.costPerInlineLinkClick = costPerInlineLinkClick;
670  }
671
672  @java.lang.SuppressWarnings("all")
673  public void setCostPerInlinePostEngagement(final String costPerInlinePostEngagement) {
674    this.costPerInlinePostEngagement = costPerInlinePostEngagement;
675  }
676
677  @java.lang.SuppressWarnings("all")
678  public void setCostPerOneThousandAdImpression(final List<AdsActionStats> costPerOneThousandAdImpression) {
679    this.costPerOneThousandAdImpression = costPerOneThousandAdImpression;
680  }
681
682  @java.lang.SuppressWarnings("all")
683  public void setCostPerOutboundClick(final List<AdsActionStats> costPerOutboundClick) {
684    this.costPerOutboundClick = costPerOutboundClick;
685  }
686
687  @java.lang.SuppressWarnings("all")
688  public void setCostPerThruplay(final List<AdsActionStats> costPerThruplay) {
689    this.costPerThruplay = costPerThruplay;
690  }
691
692  @java.lang.SuppressWarnings("all")
693  public void setCostPerUniqueActionType(final List<AdsActionStats> costPerUniqueActionType) {
694    this.costPerUniqueActionType = costPerUniqueActionType;
695  }
696
697  @java.lang.SuppressWarnings("all")
698  public void setCostPerUniqueClick(final String costPerUniqueClick) {
699    this.costPerUniqueClick = costPerUniqueClick;
700  }
701
702  @java.lang.SuppressWarnings("all")
703  public void setCostPerUniqueConversion(final List<AdsActionStats> costPerUniqueConversion) {
704    this.costPerUniqueConversion = costPerUniqueConversion;
705  }
706
707  @java.lang.SuppressWarnings("all")
708  public void setCostPerUniqueInlineLinkClick(final String costPerUniqueInlineLinkClick) {
709    this.costPerUniqueInlineLinkClick = costPerUniqueInlineLinkClick;
710  }
711
712  @java.lang.SuppressWarnings("all")
713  public void setCostPerUniqueOutboundClick(final List<AdsActionStats> costPerUniqueOutboundClick) {
714    this.costPerUniqueOutboundClick = costPerUniqueOutboundClick;
715  }
716
717  @java.lang.SuppressWarnings("all")
718  public void setCpc(final String cpc) {
719    this.cpc = cpc;
720  }
721
722  @java.lang.SuppressWarnings("all")
723  public void setCpm(final String cpm) {
724    this.cpm = cpm;
725  }
726
727  @java.lang.SuppressWarnings("all")
728  public void setCpp(final String cpp) {
729    this.cpp = cpp;
730  }
731
732  @java.lang.SuppressWarnings("all")
733  public void setCreatedTime(final String createdTime) {
734    this.createdTime = createdTime;
735  }
736
737  @java.lang.SuppressWarnings("all")
738  public void setCreativeMediaType(final String creativeMediaType) {
739    this.creativeMediaType = creativeMediaType;
740  }
741
742  @java.lang.SuppressWarnings("all")
743  public void setCtr(final String ctr) {
744    this.ctr = ctr;
745  }
746
747  @java.lang.SuppressWarnings("all")
748  public void setDateStart(final Date dateStart) {
749    this.dateStart = dateStart;
750  }
751
752  @java.lang.SuppressWarnings("all")
753  public void setDateStop(final Date dateStop) {
754    this.dateStop = dateStop;
755  }
756
757  @java.lang.SuppressWarnings("all")
758  public void setDdaCountbyConvs(final String ddaCountbyConvs) {
759    this.ddaCountbyConvs = ddaCountbyConvs;
760  }
761
762  @java.lang.SuppressWarnings("all")
763  public void setDdaResults(final List<JsonObject> ddaResults) {
764    this.ddaResults = ddaResults;
765  }
766
767  @java.lang.SuppressWarnings("all")
768  public void setEngagementRateRanking(final String engagementRateRanking) {
769    this.engagementRateRanking = engagementRateRanking;
770  }
771
772  @java.lang.SuppressWarnings("all")
773  public void setEstimatedAdRecallRate(final String estimatedAdRecallRate) {
774    this.estimatedAdRecallRate = estimatedAdRecallRate;
775  }
776
777  @java.lang.SuppressWarnings("all")
778  public void setEstimatedAdRecallRateLowerBound(final String estimatedAdRecallRateLowerBound) {
779    this.estimatedAdRecallRateLowerBound = estimatedAdRecallRateLowerBound;
780  }
781
782  @java.lang.SuppressWarnings("all")
783  public void setEstimatedAdRecallRateUpperBound(final String estimatedAdRecallRateUpperBound) {
784    this.estimatedAdRecallRateUpperBound = estimatedAdRecallRateUpperBound;
785  }
786
787  @java.lang.SuppressWarnings("all")
788  public void setEstimatedAdRecallers(final String estimatedAdRecallers) {
789    this.estimatedAdRecallers = estimatedAdRecallers;
790  }
791
792  @java.lang.SuppressWarnings("all")
793  public void setEstimatedAdRecallersLowerBound(final String estimatedAdRecallersLowerBound) {
794    this.estimatedAdRecallersLowerBound = estimatedAdRecallersLowerBound;
795  }
796
797  @java.lang.SuppressWarnings("all")
798  public void setEstimatedAdRecallersUpperBound(final String estimatedAdRecallersUpperBound) {
799    this.estimatedAdRecallersUpperBound = estimatedAdRecallersUpperBound;
800  }
801
802  @java.lang.SuppressWarnings("all")
803  public void setFrequency(final String frequency) {
804    this.frequency = frequency;
805  }
806
807  @java.lang.SuppressWarnings("all")
808  public void setFullViewImpressions(final String fullViewImpressions) {
809    this.fullViewImpressions = fullViewImpressions;
810  }
811
812  @java.lang.SuppressWarnings("all")
813  public void setFullViewReach(final String fullViewReach) {
814    this.fullViewReach = fullViewReach;
815  }
816
817  @java.lang.SuppressWarnings("all")
818  public void setGenderTargeting(final String genderTargeting) {
819    this.genderTargeting = genderTargeting;
820  }
821
822  @java.lang.SuppressWarnings("all")
823  public void setImpressions(final String impressions) {
824    this.impressions = impressions;
825  }
826
827  @java.lang.SuppressWarnings("all")
828  public void setInlineLinkClickCtr(final String inlineLinkClickCtr) {
829    this.inlineLinkClickCtr = inlineLinkClickCtr;
830  }
831
832  @java.lang.SuppressWarnings("all")
833  public void setInlineLinkClicks(final String inlineLinkClicks) {
834    this.inlineLinkClicks = inlineLinkClicks;
835  }
836
837  @java.lang.SuppressWarnings("all")
838  public void setInlinePostEngagement(final String inlinePostEngagement) {
839    this.inlinePostEngagement = inlinePostEngagement;
840  }
841
842  @java.lang.SuppressWarnings("all")
843  public void setInstagramUpcomingEventRemindersSet(final String instagramUpcomingEventRemindersSet) {
844    this.instagramUpcomingEventRemindersSet = instagramUpcomingEventRemindersSet;
845  }
846
847  @java.lang.SuppressWarnings("all")
848  public void setInstantExperienceClicksToOpen(final String instantExperienceClicksToOpen) {
849    this.instantExperienceClicksToOpen = instantExperienceClicksToOpen;
850  }
851
852  @java.lang.SuppressWarnings("all")
853  public void setInstantExperienceClicksToStart(final String instantExperienceClicksToStart) {
854    this.instantExperienceClicksToStart = instantExperienceClicksToStart;
855  }
856
857  @java.lang.SuppressWarnings("all")
858  public void setInstantExperienceOutboundClicks(final List<AdsActionStats> instantExperienceOutboundClicks) {
859    this.instantExperienceOutboundClicks = instantExperienceOutboundClicks;
860  }
861
862  @java.lang.SuppressWarnings("all")
863  public void setInteractiveComponentTap(final List<AdsActionStats> interactiveComponentTap) {
864    this.interactiveComponentTap = interactiveComponentTap;
865  }
866
867  @java.lang.SuppressWarnings("all")
868  public void setLabels(final String labels) {
869    this.labels = labels;
870  }
871
872  @java.lang.SuppressWarnings("all")
873  public void setLocation(final String location) {
874    this.location = location;
875  }
876
877  @java.lang.SuppressWarnings("all")
878  public void setMarketingMessagesCostPerDelivered(final String marketingMessagesCostPerDelivered) {
879    this.marketingMessagesCostPerDelivered = marketingMessagesCostPerDelivered;
880  }
881
882  @java.lang.SuppressWarnings("all")
883  public void setMarketingMessagesCostPerLinkBtnClick(final String marketingMessagesCostPerLinkBtnClick) {
884    this.marketingMessagesCostPerLinkBtnClick = marketingMessagesCostPerLinkBtnClick;
885  }
886
887  @java.lang.SuppressWarnings("all")
888  public void setMarketingMessagesSpend(final String marketingMessagesSpend) {
889    this.marketingMessagesSpend = marketingMessagesSpend;
890  }
891
892  @java.lang.SuppressWarnings("all")
893  public void setMobileAppPurchaseRoas(final List<AdsActionStats> mobileAppPurchaseRoas) {
894    this.mobileAppPurchaseRoas = mobileAppPurchaseRoas;
895  }
896
897  @java.lang.SuppressWarnings("all")
898  public void setObjective(final String objective) {
899    this.objective = objective;
900  }
901
902  @java.lang.SuppressWarnings("all")
903  public void setOptimizationGoal(final String optimizationGoal) {
904    this.optimizationGoal = optimizationGoal;
905  }
906
907  @java.lang.SuppressWarnings("all")
908  public void setOutboundClicks(final List<AdsActionStats> outboundClicks) {
909    this.outboundClicks = outboundClicks;
910  }
911
912  @java.lang.SuppressWarnings("all")
913  public void setOutboundClicksCtr(final List<AdsActionStats> outboundClicksCtr) {
914    this.outboundClicksCtr = outboundClicksCtr;
915  }
916
917  @java.lang.SuppressWarnings("all")
918  public void setPlacePageName(final String placePageName) {
919    this.placePageName = placePageName;
920  }
921
922  @java.lang.SuppressWarnings("all")
923  public void setPurchaseRoas(final List<AdsActionStats> purchaseRoas) {
924    this.purchaseRoas = purchaseRoas;
925  }
926
927  @java.lang.SuppressWarnings("all")
928  public void setQualifyingQuestionQualifyAnswerRate(final String qualifyingQuestionQualifyAnswerRate) {
929    this.qualifyingQuestionQualifyAnswerRate = qualifyingQuestionQualifyAnswerRate;
930  }
931
932  @java.lang.SuppressWarnings("all")
933  public void setQualityRanking(final String qualityRanking) {
934    this.qualityRanking = qualityRanking;
935  }
936
937  @java.lang.SuppressWarnings("all")
938  public void setReach(final String reach) {
939    this.reach = reach;
940  }
941
942  @java.lang.SuppressWarnings("all")
943  public void setSocialSpend(final String socialSpend) {
944    this.socialSpend = socialSpend;
945  }
946
947  @java.lang.SuppressWarnings("all")
948  public void setSpend(final String spend) {
949    this.spend = spend;
950  }
951
952  @java.lang.SuppressWarnings("all")
953  public void setTotalPostbacks(final String totalPostbacks) {
954    this.totalPostbacks = totalPostbacks;
955  }
956
957  @java.lang.SuppressWarnings("all")
958  public void setTotalPostbacksDetailed(final List<AdsActionStats> totalPostbacksDetailed) {
959    this.totalPostbacksDetailed = totalPostbacksDetailed;
960  }
961
962  @java.lang.SuppressWarnings("all")
963  public void setTotalPostbacksDetailedV4(final List<AdsActionStats> totalPostbacksDetailedV4) {
964    this.totalPostbacksDetailedV4 = totalPostbacksDetailedV4;
965  }
966
967  @java.lang.SuppressWarnings("all")
968  public void setUniqueActions(final List<AdsActionStats> uniqueActions) {
969    this.uniqueActions = uniqueActions;
970  }
971
972  @java.lang.SuppressWarnings("all")
973  public void setUniqueClicks(final String uniqueClicks) {
974    this.uniqueClicks = uniqueClicks;
975  }
976
977  @java.lang.SuppressWarnings("all")
978  public void setUniqueConversions(final List<AdsActionStats> uniqueConversions) {
979    this.uniqueConversions = uniqueConversions;
980  }
981
982  @java.lang.SuppressWarnings("all")
983  public void setUniqueCtr(final String uniqueCtr) {
984    this.uniqueCtr = uniqueCtr;
985  }
986
987  @java.lang.SuppressWarnings("all")
988  public void setUniqueInlineLinkClickCtr(final String uniqueInlineLinkClickCtr) {
989    this.uniqueInlineLinkClickCtr = uniqueInlineLinkClickCtr;
990  }
991
992  @java.lang.SuppressWarnings("all")
993  public void setUniqueInlineLinkClicks(final String uniqueInlineLinkClicks) {
994    this.uniqueInlineLinkClicks = uniqueInlineLinkClicks;
995  }
996
997  @java.lang.SuppressWarnings("all")
998  public void setUniqueLinkClicksCtr(final String uniqueLinkClicksCtr) {
999    this.uniqueLinkClicksCtr = uniqueLinkClicksCtr;
1000  }
1001
1002  @java.lang.SuppressWarnings("all")
1003  public void setUniqueOutboundClicks(final List<AdsActionStats> uniqueOutboundClicks) {
1004    this.uniqueOutboundClicks = uniqueOutboundClicks;
1005  }
1006
1007  @java.lang.SuppressWarnings("all")
1008  public void setUniqueOutboundClicksCtr(final List<AdsActionStats> uniqueOutboundClicksCtr) {
1009    this.uniqueOutboundClicksCtr = uniqueOutboundClicksCtr;
1010  }
1011
1012  @java.lang.SuppressWarnings("all")
1013  public void setUniqueVideoContinuous2SecWatchedActions(final List<AdsActionStats> uniqueVideoContinuous2SecWatchedActions) {
1014    this.uniqueVideoContinuous2SecWatchedActions = uniqueVideoContinuous2SecWatchedActions;
1015  }
1016
1017  @java.lang.SuppressWarnings("all")
1018  public void setUniqueVideoView15Sec(final List<AdsActionStats> uniqueVideoView15Sec) {
1019    this.uniqueVideoView15Sec = uniqueVideoView15Sec;
1020  }
1021
1022  @java.lang.SuppressWarnings("all")
1023  public void setUpdatedTime(final String updatedTime) {
1024    this.updatedTime = updatedTime;
1025  }
1026
1027  @java.lang.SuppressWarnings("all")
1028  public void setVideo15SecWatchedActions(final List<AdsActionStats> video15SecWatchedActions) {
1029    this.video15SecWatchedActions = video15SecWatchedActions;
1030  }
1031
1032  @java.lang.SuppressWarnings("all")
1033  public void setVideo30SecWatchedActions(final List<AdsActionStats> video30SecWatchedActions) {
1034    this.video30SecWatchedActions = video30SecWatchedActions;
1035  }
1036
1037  @java.lang.SuppressWarnings("all")
1038  public void setVideoAvgTimeWatchedActions(final List<AdsActionStats> videoAvgTimeWatchedActions) {
1039    this.videoAvgTimeWatchedActions = videoAvgTimeWatchedActions;
1040  }
1041
1042  @java.lang.SuppressWarnings("all")
1043  public void setVideoContinuous2SecWatchedActions(final List<AdsActionStats> videoContinuous2SecWatchedActions) {
1044    this.videoContinuous2SecWatchedActions = videoContinuous2SecWatchedActions;
1045  }
1046
1047  @java.lang.SuppressWarnings("all")
1048  public void setVideoP100WatchedActions(final List<AdsActionStats> videoP100WatchedActions) {
1049    this.videoP100WatchedActions = videoP100WatchedActions;
1050  }
1051
1052  @java.lang.SuppressWarnings("all")
1053  public void setVideoP25WatchedActions(final List<AdsActionStats> videoP25WatchedActions) {
1054    this.videoP25WatchedActions = videoP25WatchedActions;
1055  }
1056
1057  @java.lang.SuppressWarnings("all")
1058  public void setVideoP50WatchedActions(final List<AdsActionStats> videoP50WatchedActions) {
1059    this.videoP50WatchedActions = videoP50WatchedActions;
1060  }
1061
1062  @java.lang.SuppressWarnings("all")
1063  public void setVideoP75WatchedActions(final List<AdsActionStats> videoP75WatchedActions) {
1064    this.videoP75WatchedActions = videoP75WatchedActions;
1065  }
1066
1067  @java.lang.SuppressWarnings("all")
1068  public void setVideoP95WatchedActions(final List<AdsActionStats> videoP95WatchedActions) {
1069    this.videoP95WatchedActions = videoP95WatchedActions;
1070  }
1071
1072  @java.lang.SuppressWarnings("all")
1073  public void setVideoPlayActions(final List<AdsActionStats> videoPlayActions) {
1074    this.videoPlayActions = videoPlayActions;
1075  }
1076
1077  @java.lang.SuppressWarnings("all")
1078  public void setVideoPlayCurveActions(final List<AdsHistogramStats> videoPlayCurveActions) {
1079    this.videoPlayCurveActions = videoPlayCurveActions;
1080  }
1081
1082  @java.lang.SuppressWarnings("all")
1083  public void setVideoPlayRetention0To15sActions(final List<AdsHistogramStats> videoPlayRetention0To15sActions) {
1084    this.videoPlayRetention0To15sActions = videoPlayRetention0To15sActions;
1085  }
1086
1087  @java.lang.SuppressWarnings("all")
1088  public void setVideoPlayRetention20To60sActions(final List<AdsHistogramStats> videoPlayRetention20To60sActions) {
1089    this.videoPlayRetention20To60sActions = videoPlayRetention20To60sActions;
1090  }
1091
1092  @java.lang.SuppressWarnings("all")
1093  public void setVideoPlayRetentionGraphActions(final List<AdsHistogramStats> videoPlayRetentionGraphActions) {
1094    this.videoPlayRetentionGraphActions = videoPlayRetentionGraphActions;
1095  }
1096
1097  @java.lang.SuppressWarnings("all")
1098  public void setVideoThruplayWatchedActions(final List<AdsActionStats> videoThruplayWatchedActions) {
1099    this.videoThruplayWatchedActions = videoThruplayWatchedActions;
1100  }
1101
1102  @java.lang.SuppressWarnings("all")
1103  public void setVideoTimeWatchedActions(final List<AdsActionStats> videoTimeWatchedActions) {
1104    this.videoTimeWatchedActions = videoTimeWatchedActions;
1105  }
1106
1107  @java.lang.SuppressWarnings("all")
1108  public void setWebsiteCtr(final List<AdsActionStats> websiteCtr) {
1109    this.websiteCtr = websiteCtr;
1110  }
1111
1112  @java.lang.SuppressWarnings("all")
1113  public void setWebsitePurchaseRoas(final List<AdsActionStats> websitePurchaseRoas) {
1114    this.websitePurchaseRoas = websitePurchaseRoas;
1115  }
1116
1117  @java.lang.SuppressWarnings("all")
1118  public void setWishBid(final String wishBid) {
1119    this.wishBid = wishBid;
1120  }
1121
1122  @java.lang.SuppressWarnings("all")
1123  public void setAdFormatAsset(final String adFormatAsset) {
1124    this.adFormatAsset = adFormatAsset;
1125  }
1126
1127  @java.lang.SuppressWarnings("all")
1128  public void setAge(final String age) {
1129    this.age = age;
1130  }
1131
1132  @java.lang.SuppressWarnings("all")
1133  public void setAppId(final String appId) {
1134    this.appId = appId;
1135  }
1136
1137  @java.lang.SuppressWarnings("all")
1138  public void setBodyAsset(final String bodyAsset) {
1139    this.bodyAsset = bodyAsset;
1140  }
1141
1142  @java.lang.SuppressWarnings("all")
1143  public void setCallToActionAsset(final String callToActionAsset) {
1144    this.callToActionAsset = callToActionAsset;
1145  }
1146
1147  @java.lang.SuppressWarnings("all")
1148  public void setCoarseConversionValue(final String coarseConversionValue) {
1149    this.coarseConversionValue = coarseConversionValue;
1150  }
1151
1152  @java.lang.SuppressWarnings("all")
1153  public void setCountry(final String country) {
1154    this.country = country;
1155  }
1156
1157  @java.lang.SuppressWarnings("all")
1158  public void setDescriptionAsset(final String descriptionAsset) {
1159    this.descriptionAsset = descriptionAsset;
1160  }
1161
1162  @java.lang.SuppressWarnings("all")
1163  public void setDevicePlatform(final String devicePlatform) {
1164    this.devicePlatform = devicePlatform;
1165  }
1166
1167  @java.lang.SuppressWarnings("all")
1168  public void setDma(final String dma) {
1169    this.dma = dma;
1170  }
1171
1172  @java.lang.SuppressWarnings("all")
1173  public void setFidelityType(final String fidelityType) {
1174    this.fidelityType = fidelityType;
1175  }
1176
1177  @java.lang.SuppressWarnings("all")
1178  public void setFrequencyValue(final String frequencyValue) {
1179    this.frequencyValue = frequencyValue;
1180  }
1181
1182  @java.lang.SuppressWarnings("all")
1183  public void setGender(final String gender) {
1184    this.gender = gender;
1185  }
1186
1187  @java.lang.SuppressWarnings("all")
1188  public void setHourlyStatsAggregatedByAdvertiserTimeZone(final String hourlyStatsAggregatedByAdvertiserTimeZone) {
1189    this.hourlyStatsAggregatedByAdvertiserTimeZone = hourlyStatsAggregatedByAdvertiserTimeZone;
1190  }
1191
1192  @java.lang.SuppressWarnings("all")
1193  public void setHourlyStatsAggregatedByAudienceTimeZone(final String hourlyStatsAggregatedByAudienceTimeZone) {
1194    this.hourlyStatsAggregatedByAudienceTimeZone = hourlyStatsAggregatedByAudienceTimeZone;
1195  }
1196
1197  @java.lang.SuppressWarnings("all")
1198  public void setHsid(final String hsid) {
1199    this.hsid = hsid;
1200  }
1201
1202  @java.lang.SuppressWarnings("all")
1203  public void setImageAsset(final String imageAsset) {
1204    this.imageAsset = imageAsset;
1205  }
1206
1207  @java.lang.SuppressWarnings("all")
1208  public void setImpressionDevice(final String impressionDevice) {
1209    this.impressionDevice = impressionDevice;
1210  }
1211
1212  @java.lang.SuppressWarnings("all")
1213  public void setIsConversionIdModeled(final String isConversionIdModeled) {
1214    this.isConversionIdModeled = isConversionIdModeled;
1215  }
1216
1217  @java.lang.SuppressWarnings("all")
1218  public void setLinkUrlAsset(final String linkUrlAsset) {
1219    this.linkUrlAsset = linkUrlAsset;
1220  }
1221
1222  @java.lang.SuppressWarnings("all")
1223  public void setMarketingMessagesBtnName(final String marketingMessagesBtnName) {
1224    this.marketingMessagesBtnName = marketingMessagesBtnName;
1225  }
1226
1227  @java.lang.SuppressWarnings("all")
1228  public void setMdsaLandingDestination(final String mdsaLandingDestination) {
1229    this.mdsaLandingDestination = mdsaLandingDestination;
1230  }
1231
1232  @java.lang.SuppressWarnings("all")
1233  public void setMediaAssetUrl(final String mediaAssetUrl) {
1234    this.mediaAssetUrl = mediaAssetUrl;
1235  }
1236
1237  @java.lang.SuppressWarnings("all")
1238  public void setMediaCreator(final String mediaCreator) {
1239    this.mediaCreator = mediaCreator;
1240  }
1241
1242  @java.lang.SuppressWarnings("all")
1243  public void setMediaDestinationUrl(final String mediaDestinationUrl) {
1244    this.mediaDestinationUrl = mediaDestinationUrl;
1245  }
1246
1247  @java.lang.SuppressWarnings("all")
1248  public void setMediaFormat(final String mediaFormat) {
1249    this.mediaFormat = mediaFormat;
1250  }
1251
1252  @java.lang.SuppressWarnings("all")
1253  public void setMediaOriginUrl(final String mediaOriginUrl) {
1254    this.mediaOriginUrl = mediaOriginUrl;
1255  }
1256
1257  @java.lang.SuppressWarnings("all")
1258  public void setMediaTextContent(final String mediaTextContent) {
1259    this.mediaTextContent = mediaTextContent;
1260  }
1261
1262  @java.lang.SuppressWarnings("all")
1263  public void setMmm(final String mmm) {
1264    this.mmm = mmm;
1265  }
1266
1267  @java.lang.SuppressWarnings("all")
1268  public void setPlacePageId(final String placePageId) {
1269    this.placePageId = placePageId;
1270  }
1271
1272  @java.lang.SuppressWarnings("all")
1273  public void setPlatformPosition(final String platformPosition) {
1274    this.platformPosition = platformPosition;
1275  }
1276
1277  @java.lang.SuppressWarnings("all")
1278  public void setPostbackSequenceIndex(final String postbackSequenceIndex) {
1279    this.postbackSequenceIndex = postbackSequenceIndex;
1280  }
1281
1282  @java.lang.SuppressWarnings("all")
1283  public void setProductId(final String productId) {
1284    this.productId = productId;
1285  }
1286
1287  @java.lang.SuppressWarnings("all")
1288  public void setPublisherPlatform(final String publisherPlatform) {
1289    this.publisherPlatform = publisherPlatform;
1290  }
1291
1292  @java.lang.SuppressWarnings("all")
1293  public void setRedownload(final String redownload) {
1294    this.redownload = redownload;
1295  }
1296
1297  @java.lang.SuppressWarnings("all")
1298  public void setRegion(final String region) {
1299    this.region = region;
1300  }
1301
1302  @java.lang.SuppressWarnings("all")
1303  public void setSkanCampaignId(final String skanCampaignId) {
1304    this.skanCampaignId = skanCampaignId;
1305  }
1306
1307  @java.lang.SuppressWarnings("all")
1308  public void setSkanConversionId(final String skanConversionId) {
1309    this.skanConversionId = skanConversionId;
1310  }
1311
1312  @java.lang.SuppressWarnings("all")
1313  public void setSkanVersion(final String skanVersion) {
1314    this.skanVersion = skanVersion;
1315  }
1316
1317  @java.lang.SuppressWarnings("all")
1318  public void setStandardEventContentType(final String standardEventContentType) {
1319    this.standardEventContentType = standardEventContentType;
1320  }
1321
1322  @java.lang.SuppressWarnings("all")
1323  public void setTitleAsset(final String titleAsset) {
1324    this.titleAsset = titleAsset;
1325  }
1326
1327  @java.lang.SuppressWarnings("all")
1328  public void setVideoAsset(final String videoAsset) {
1329    this.videoAsset = videoAsset;
1330  }
1331
1332  @java.lang.SuppressWarnings("all")
1333  public String getAccountCurrency() {
1334    return this.accountCurrency;
1335  }
1336
1337  @java.lang.SuppressWarnings("all")
1338  public String getAccountId() {
1339    return this.accountId;
1340  }
1341
1342  @java.lang.SuppressWarnings("all")
1343  public String getAccountName() {
1344    return this.accountName;
1345  }
1346
1347  @java.lang.SuppressWarnings("all")
1348  public List<AdsActionStats> getActionValues() {
1349    return this.actionValues;
1350  }
1351
1352  @java.lang.SuppressWarnings("all")
1353  public List<AdsActionStats> getActions() {
1354    return this.actions;
1355  }
1356
1357  @java.lang.SuppressWarnings("all")
1358  public List<AdsActionStats> getAdClickActions() {
1359    return this.adClickActions;
1360  }
1361
1362  @java.lang.SuppressWarnings("all")
1363  public String getAdId() {
1364    return this.adId;
1365  }
1366
1367  @java.lang.SuppressWarnings("all")
1368  public List<AdsActionStats> getAdImpressionActions() {
1369    return this.adImpressionActions;
1370  }
1371
1372  @java.lang.SuppressWarnings("all")
1373  public String getAdName() {
1374    return this.adName;
1375  }
1376
1377  @java.lang.SuppressWarnings("all")
1378  public String getAdsetEnd() {
1379    return this.adsetEnd;
1380  }
1381
1382  @java.lang.SuppressWarnings("all")
1383  public String getAdsetId() {
1384    return this.adsetId;
1385  }
1386
1387  @java.lang.SuppressWarnings("all")
1388  public String getAdsetName() {
1389    return this.adsetName;
1390  }
1391
1392  @java.lang.SuppressWarnings("all")
1393  public String getAdsetStart() {
1394    return this.adsetStart;
1395  }
1396
1397  @java.lang.SuppressWarnings("all")
1398  public String getAgeTargeting() {
1399    return this.ageTargeting;
1400  }
1401
1402  @java.lang.SuppressWarnings("all")
1403  public String getAttributionSetting() {
1404    return this.attributionSetting;
1405  }
1406
1407  @java.lang.SuppressWarnings("all")
1408  public String getAuctionBid() {
1409    return this.auctionBid;
1410  }
1411
1412  @java.lang.SuppressWarnings("all")
1413  public String getAuctionCompetitiveness() {
1414    return this.auctionCompetitiveness;
1415  }
1416
1417  @java.lang.SuppressWarnings("all")
1418  public String getAuctionMaxCompetitorBid() {
1419    return this.auctionMaxCompetitorBid;
1420  }
1421
1422  @java.lang.SuppressWarnings("all")
1423  public String getBuyingType() {
1424    return this.buyingType;
1425  }
1426
1427  @java.lang.SuppressWarnings("all")
1428  public String getCampaignId() {
1429    return this.campaignId;
1430  }
1431
1432  @java.lang.SuppressWarnings("all")
1433  public String getCampaignName() {
1434    return this.campaignName;
1435  }
1436
1437  @java.lang.SuppressWarnings("all")
1438  public String getCanvasAvgViewPercent() {
1439    return this.canvasAvgViewPercent;
1440  }
1441
1442  @java.lang.SuppressWarnings("all")
1443  public String getCanvasAvgViewTime() {
1444    return this.canvasAvgViewTime;
1445  }
1446
1447  @java.lang.SuppressWarnings("all")
1448  public List<AdsActionStats> getCatalogSegmentActions() {
1449    return this.catalogSegmentActions;
1450  }
1451
1452  @java.lang.SuppressWarnings("all")
1453  public List<AdsActionStats> getCatalogSegmentValue() {
1454    return this.catalogSegmentValue;
1455  }
1456
1457  @java.lang.SuppressWarnings("all")
1458  public List<AdsActionStats> getCatalogSegmentValueMobilePurchaseRoas() {
1459    return this.catalogSegmentValueMobilePurchaseRoas;
1460  }
1461
1462  @java.lang.SuppressWarnings("all")
1463  public List<AdsActionStats> getCatalogSegmentValueOmniPurchaseRoas() {
1464    return this.catalogSegmentValueOmniPurchaseRoas;
1465  }
1466
1467  @java.lang.SuppressWarnings("all")
1468  public List<AdsActionStats> getCatalogSegmentValueWebsitePurchaseRoas() {
1469    return this.catalogSegmentValueWebsitePurchaseRoas;
1470  }
1471
1472  @java.lang.SuppressWarnings("all")
1473  public String getClicks() {
1474    return this.clicks;
1475  }
1476
1477  @java.lang.SuppressWarnings("all")
1478  public String getConversionLeadRate() {
1479    return this.conversionLeadRate;
1480  }
1481
1482  @java.lang.SuppressWarnings("all")
1483  public String getConversionRateRanking() {
1484    return this.conversionRateRanking;
1485  }
1486
1487  @java.lang.SuppressWarnings("all")
1488  public List<AdsActionStats> getConversionValues() {
1489    return this.conversionValues;
1490  }
1491
1492  @java.lang.SuppressWarnings("all")
1493  public List<AdsActionStats> getConversions() {
1494    return this.conversions;
1495  }
1496
1497  @java.lang.SuppressWarnings("all")
1498  public List<AdsActionStats> getConvertedProductQuantity() {
1499    return this.convertedProductQuantity;
1500  }
1501
1502  @java.lang.SuppressWarnings("all")
1503  public List<AdsActionStats> getConvertedProductValue() {
1504    return this.convertedProductValue;
1505  }
1506
1507  @java.lang.SuppressWarnings("all")
1508  public List<AdsActionStats> getCostPer15SecVideoView() {
1509    return this.costPer15SecVideoView;
1510  }
1511
1512  @java.lang.SuppressWarnings("all")
1513  public List<AdsActionStats> getCostPer2SecContinuousVideoView() {
1514    return this.costPer2SecContinuousVideoView;
1515  }
1516
1517  @java.lang.SuppressWarnings("all")
1518  public List<AdsActionStats> getCostPerActionType() {
1519    return this.costPerActionType;
1520  }
1521
1522  @java.lang.SuppressWarnings("all")
1523  public List<AdsActionStats> getCostPerAdClick() {
1524    return this.costPerAdClick;
1525  }
1526
1527  @java.lang.SuppressWarnings("all")
1528  public List<AdsActionStats> getCostPerConversion() {
1529    return this.costPerConversion;
1530  }
1531
1532  @java.lang.SuppressWarnings("all")
1533  public String getCostPerConversionLead() {
1534    return this.costPerConversionLead;
1535  }
1536
1537  @java.lang.SuppressWarnings("all")
1538  public String getCostPerDdaCountbyConvs() {
1539    return this.costPerDdaCountbyConvs;
1540  }
1541
1542  @java.lang.SuppressWarnings("all")
1543  public String getCostPerEstimatedAdRecallers() {
1544    return this.costPerEstimatedAdRecallers;
1545  }
1546
1547  @java.lang.SuppressWarnings("all")
1548  public String getCostPerInlineLinkClick() {
1549    return this.costPerInlineLinkClick;
1550  }
1551
1552  @java.lang.SuppressWarnings("all")
1553  public String getCostPerInlinePostEngagement() {
1554    return this.costPerInlinePostEngagement;
1555  }
1556
1557  @java.lang.SuppressWarnings("all")
1558  public List<AdsActionStats> getCostPerOneThousandAdImpression() {
1559    return this.costPerOneThousandAdImpression;
1560  }
1561
1562  @java.lang.SuppressWarnings("all")
1563  public List<AdsActionStats> getCostPerOutboundClick() {
1564    return this.costPerOutboundClick;
1565  }
1566
1567  @java.lang.SuppressWarnings("all")
1568  public List<AdsActionStats> getCostPerThruplay() {
1569    return this.costPerThruplay;
1570  }
1571
1572  @java.lang.SuppressWarnings("all")
1573  public List<AdsActionStats> getCostPerUniqueActionType() {
1574    return this.costPerUniqueActionType;
1575  }
1576
1577  @java.lang.SuppressWarnings("all")
1578  public String getCostPerUniqueClick() {
1579    return this.costPerUniqueClick;
1580  }
1581
1582  @java.lang.SuppressWarnings("all")
1583  public List<AdsActionStats> getCostPerUniqueConversion() {
1584    return this.costPerUniqueConversion;
1585  }
1586
1587  @java.lang.SuppressWarnings("all")
1588  public String getCostPerUniqueInlineLinkClick() {
1589    return this.costPerUniqueInlineLinkClick;
1590  }
1591
1592  @java.lang.SuppressWarnings("all")
1593  public List<AdsActionStats> getCostPerUniqueOutboundClick() {
1594    return this.costPerUniqueOutboundClick;
1595  }
1596
1597  @java.lang.SuppressWarnings("all")
1598  public String getCpc() {
1599    return this.cpc;
1600  }
1601
1602  @java.lang.SuppressWarnings("all")
1603  public String getCpm() {
1604    return this.cpm;
1605  }
1606
1607  @java.lang.SuppressWarnings("all")
1608  public String getCpp() {
1609    return this.cpp;
1610  }
1611
1612  @java.lang.SuppressWarnings("all")
1613  public String getCreatedTime() {
1614    return this.createdTime;
1615  }
1616
1617  @java.lang.SuppressWarnings("all")
1618  public String getCreativeMediaType() {
1619    return this.creativeMediaType;
1620  }
1621
1622  @java.lang.SuppressWarnings("all")
1623  public String getCtr() {
1624    return this.ctr;
1625  }
1626
1627  @java.lang.SuppressWarnings("all")
1628  public Date getDateStart() {
1629    return this.dateStart;
1630  }
1631
1632  @java.lang.SuppressWarnings("all")
1633  public Date getDateStop() {
1634    return this.dateStop;
1635  }
1636
1637  @java.lang.SuppressWarnings("all")
1638  public String getDdaCountbyConvs() {
1639    return this.ddaCountbyConvs;
1640  }
1641
1642  @java.lang.SuppressWarnings("all")
1643  public List<JsonObject> getDdaResults() {
1644    return this.ddaResults;
1645  }
1646
1647  @java.lang.SuppressWarnings("all")
1648  public String getEngagementRateRanking() {
1649    return this.engagementRateRanking;
1650  }
1651
1652  @java.lang.SuppressWarnings("all")
1653  public String getEstimatedAdRecallRate() {
1654    return this.estimatedAdRecallRate;
1655  }
1656
1657  @java.lang.SuppressWarnings("all")
1658  public String getEstimatedAdRecallRateLowerBound() {
1659    return this.estimatedAdRecallRateLowerBound;
1660  }
1661
1662  @java.lang.SuppressWarnings("all")
1663  public String getEstimatedAdRecallRateUpperBound() {
1664    return this.estimatedAdRecallRateUpperBound;
1665  }
1666
1667  @java.lang.SuppressWarnings("all")
1668  public String getEstimatedAdRecallers() {
1669    return this.estimatedAdRecallers;
1670  }
1671
1672  @java.lang.SuppressWarnings("all")
1673  public String getEstimatedAdRecallersLowerBound() {
1674    return this.estimatedAdRecallersLowerBound;
1675  }
1676
1677  @java.lang.SuppressWarnings("all")
1678  public String getEstimatedAdRecallersUpperBound() {
1679    return this.estimatedAdRecallersUpperBound;
1680  }
1681
1682  @java.lang.SuppressWarnings("all")
1683  public String getFrequency() {
1684    return this.frequency;
1685  }
1686
1687  @java.lang.SuppressWarnings("all")
1688  public String getFullViewImpressions() {
1689    return this.fullViewImpressions;
1690  }
1691
1692  @java.lang.SuppressWarnings("all")
1693  public String getFullViewReach() {
1694    return this.fullViewReach;
1695  }
1696
1697  @java.lang.SuppressWarnings("all")
1698  public String getGenderTargeting() {
1699    return this.genderTargeting;
1700  }
1701
1702  @java.lang.SuppressWarnings("all")
1703  public String getImpressions() {
1704    return this.impressions;
1705  }
1706
1707  @java.lang.SuppressWarnings("all")
1708  public String getInlineLinkClickCtr() {
1709    return this.inlineLinkClickCtr;
1710  }
1711
1712  @java.lang.SuppressWarnings("all")
1713  public String getInlineLinkClicks() {
1714    return this.inlineLinkClicks;
1715  }
1716
1717  @java.lang.SuppressWarnings("all")
1718  public String getInlinePostEngagement() {
1719    return this.inlinePostEngagement;
1720  }
1721
1722  @java.lang.SuppressWarnings("all")
1723  public String getInstagramUpcomingEventRemindersSet() {
1724    return this.instagramUpcomingEventRemindersSet;
1725  }
1726
1727  @java.lang.SuppressWarnings("all")
1728  public String getInstantExperienceClicksToOpen() {
1729    return this.instantExperienceClicksToOpen;
1730  }
1731
1732  @java.lang.SuppressWarnings("all")
1733  public String getInstantExperienceClicksToStart() {
1734    return this.instantExperienceClicksToStart;
1735  }
1736
1737  @java.lang.SuppressWarnings("all")
1738  public List<AdsActionStats> getInstantExperienceOutboundClicks() {
1739    return this.instantExperienceOutboundClicks;
1740  }
1741
1742  @java.lang.SuppressWarnings("all")
1743  public List<AdsActionStats> getInteractiveComponentTap() {
1744    return this.interactiveComponentTap;
1745  }
1746
1747  @java.lang.SuppressWarnings("all")
1748  public String getLabels() {
1749    return this.labels;
1750  }
1751
1752  @java.lang.SuppressWarnings("all")
1753  public String getLocation() {
1754    return this.location;
1755  }
1756
1757  @java.lang.SuppressWarnings("all")
1758  public String getMarketingMessagesCostPerDelivered() {
1759    return this.marketingMessagesCostPerDelivered;
1760  }
1761
1762  @java.lang.SuppressWarnings("all")
1763  public String getMarketingMessagesCostPerLinkBtnClick() {
1764    return this.marketingMessagesCostPerLinkBtnClick;
1765  }
1766
1767  @java.lang.SuppressWarnings("all")
1768  public String getMarketingMessagesSpend() {
1769    return this.marketingMessagesSpend;
1770  }
1771
1772  @java.lang.SuppressWarnings("all")
1773  public List<AdsActionStats> getMobileAppPurchaseRoas() {
1774    return this.mobileAppPurchaseRoas;
1775  }
1776
1777  @java.lang.SuppressWarnings("all")
1778  public String getObjective() {
1779    return this.objective;
1780  }
1781
1782  @java.lang.SuppressWarnings("all")
1783  public String getOptimizationGoal() {
1784    return this.optimizationGoal;
1785  }
1786
1787  @java.lang.SuppressWarnings("all")
1788  public List<AdsActionStats> getOutboundClicks() {
1789    return this.outboundClicks;
1790  }
1791
1792  @java.lang.SuppressWarnings("all")
1793  public List<AdsActionStats> getOutboundClicksCtr() {
1794    return this.outboundClicksCtr;
1795  }
1796
1797  @java.lang.SuppressWarnings("all")
1798  public String getPlacePageName() {
1799    return this.placePageName;
1800  }
1801
1802  @java.lang.SuppressWarnings("all")
1803  public List<AdsActionStats> getPurchaseRoas() {
1804    return this.purchaseRoas;
1805  }
1806
1807  @java.lang.SuppressWarnings("all")
1808  public String getQualifyingQuestionQualifyAnswerRate() {
1809    return this.qualifyingQuestionQualifyAnswerRate;
1810  }
1811
1812  @java.lang.SuppressWarnings("all")
1813  public String getQualityRanking() {
1814    return this.qualityRanking;
1815  }
1816
1817  @java.lang.SuppressWarnings("all")
1818  public String getReach() {
1819    return this.reach;
1820  }
1821
1822  @java.lang.SuppressWarnings("all")
1823  public String getSocialSpend() {
1824    return this.socialSpend;
1825  }
1826
1827  @java.lang.SuppressWarnings("all")
1828  public String getSpend() {
1829    return this.spend;
1830  }
1831
1832  @java.lang.SuppressWarnings("all")
1833  public String getTotalPostbacks() {
1834    return this.totalPostbacks;
1835  }
1836
1837  @java.lang.SuppressWarnings("all")
1838  public List<AdsActionStats> getTotalPostbacksDetailed() {
1839    return this.totalPostbacksDetailed;
1840  }
1841
1842  @java.lang.SuppressWarnings("all")
1843  public List<AdsActionStats> getTotalPostbacksDetailedV4() {
1844    return this.totalPostbacksDetailedV4;
1845  }
1846
1847  @java.lang.SuppressWarnings("all")
1848  public List<AdsActionStats> getUniqueActions() {
1849    return this.uniqueActions;
1850  }
1851
1852  @java.lang.SuppressWarnings("all")
1853  public String getUniqueClicks() {
1854    return this.uniqueClicks;
1855  }
1856
1857  @java.lang.SuppressWarnings("all")
1858  public List<AdsActionStats> getUniqueConversions() {
1859    return this.uniqueConversions;
1860  }
1861
1862  @java.lang.SuppressWarnings("all")
1863  public String getUniqueCtr() {
1864    return this.uniqueCtr;
1865  }
1866
1867  @java.lang.SuppressWarnings("all")
1868  public String getUniqueInlineLinkClickCtr() {
1869    return this.uniqueInlineLinkClickCtr;
1870  }
1871
1872  @java.lang.SuppressWarnings("all")
1873  public String getUniqueInlineLinkClicks() {
1874    return this.uniqueInlineLinkClicks;
1875  }
1876
1877  @java.lang.SuppressWarnings("all")
1878  public String getUniqueLinkClicksCtr() {
1879    return this.uniqueLinkClicksCtr;
1880  }
1881
1882  @java.lang.SuppressWarnings("all")
1883  public List<AdsActionStats> getUniqueOutboundClicks() {
1884    return this.uniqueOutboundClicks;
1885  }
1886
1887  @java.lang.SuppressWarnings("all")
1888  public List<AdsActionStats> getUniqueOutboundClicksCtr() {
1889    return this.uniqueOutboundClicksCtr;
1890  }
1891
1892  @java.lang.SuppressWarnings("all")
1893  public List<AdsActionStats> getUniqueVideoContinuous2SecWatchedActions() {
1894    return this.uniqueVideoContinuous2SecWatchedActions;
1895  }
1896
1897  @java.lang.SuppressWarnings("all")
1898  public List<AdsActionStats> getUniqueVideoView15Sec() {
1899    return this.uniqueVideoView15Sec;
1900  }
1901
1902  @java.lang.SuppressWarnings("all")
1903  public String getUpdatedTime() {
1904    return this.updatedTime;
1905  }
1906
1907  @java.lang.SuppressWarnings("all")
1908  public List<AdsActionStats> getVideo15SecWatchedActions() {
1909    return this.video15SecWatchedActions;
1910  }
1911
1912  @java.lang.SuppressWarnings("all")
1913  public List<AdsActionStats> getVideo30SecWatchedActions() {
1914    return this.video30SecWatchedActions;
1915  }
1916
1917  @java.lang.SuppressWarnings("all")
1918  public List<AdsActionStats> getVideoAvgTimeWatchedActions() {
1919    return this.videoAvgTimeWatchedActions;
1920  }
1921
1922  @java.lang.SuppressWarnings("all")
1923  public List<AdsActionStats> getVideoContinuous2SecWatchedActions() {
1924    return this.videoContinuous2SecWatchedActions;
1925  }
1926
1927  @java.lang.SuppressWarnings("all")
1928  public List<AdsActionStats> getVideoP100WatchedActions() {
1929    return this.videoP100WatchedActions;
1930  }
1931
1932  @java.lang.SuppressWarnings("all")
1933  public List<AdsActionStats> getVideoP25WatchedActions() {
1934    return this.videoP25WatchedActions;
1935  }
1936
1937  @java.lang.SuppressWarnings("all")
1938  public List<AdsActionStats> getVideoP50WatchedActions() {
1939    return this.videoP50WatchedActions;
1940  }
1941
1942  @java.lang.SuppressWarnings("all")
1943  public List<AdsActionStats> getVideoP75WatchedActions() {
1944    return this.videoP75WatchedActions;
1945  }
1946
1947  @java.lang.SuppressWarnings("all")
1948  public List<AdsActionStats> getVideoP95WatchedActions() {
1949    return this.videoP95WatchedActions;
1950  }
1951
1952  @java.lang.SuppressWarnings("all")
1953  public List<AdsActionStats> getVideoPlayActions() {
1954    return this.videoPlayActions;
1955  }
1956
1957  @java.lang.SuppressWarnings("all")
1958  public List<AdsHistogramStats> getVideoPlayCurveActions() {
1959    return this.videoPlayCurveActions;
1960  }
1961
1962  @java.lang.SuppressWarnings("all")
1963  public List<AdsHistogramStats> getVideoPlayRetention0To15sActions() {
1964    return this.videoPlayRetention0To15sActions;
1965  }
1966
1967  @java.lang.SuppressWarnings("all")
1968  public List<AdsHistogramStats> getVideoPlayRetention20To60sActions() {
1969    return this.videoPlayRetention20To60sActions;
1970  }
1971
1972  @java.lang.SuppressWarnings("all")
1973  public List<AdsHistogramStats> getVideoPlayRetentionGraphActions() {
1974    return this.videoPlayRetentionGraphActions;
1975  }
1976
1977  @java.lang.SuppressWarnings("all")
1978  public List<AdsActionStats> getVideoThruplayWatchedActions() {
1979    return this.videoThruplayWatchedActions;
1980  }
1981
1982  @java.lang.SuppressWarnings("all")
1983  public List<AdsActionStats> getVideoTimeWatchedActions() {
1984    return this.videoTimeWatchedActions;
1985  }
1986
1987  @java.lang.SuppressWarnings("all")
1988  public List<AdsActionStats> getWebsiteCtr() {
1989    return this.websiteCtr;
1990  }
1991
1992  @java.lang.SuppressWarnings("all")
1993  public List<AdsActionStats> getWebsitePurchaseRoas() {
1994    return this.websitePurchaseRoas;
1995  }
1996
1997  @java.lang.SuppressWarnings("all")
1998  public String getWishBid() {
1999    return this.wishBid;
2000  }
2001
2002  @java.lang.SuppressWarnings("all")
2003  public String getAdFormatAsset() {
2004    return this.adFormatAsset;
2005  }
2006
2007  @java.lang.SuppressWarnings("all")
2008  public String getAge() {
2009    return this.age;
2010  }
2011
2012  @java.lang.SuppressWarnings("all")
2013  public String getAppId() {
2014    return this.appId;
2015  }
2016
2017  @java.lang.SuppressWarnings("all")
2018  public String getBodyAsset() {
2019    return this.bodyAsset;
2020  }
2021
2022  @java.lang.SuppressWarnings("all")
2023  public String getCallToActionAsset() {
2024    return this.callToActionAsset;
2025  }
2026
2027  @java.lang.SuppressWarnings("all")
2028  public String getCoarseConversionValue() {
2029    return this.coarseConversionValue;
2030  }
2031
2032  @java.lang.SuppressWarnings("all")
2033  public String getCountry() {
2034    return this.country;
2035  }
2036
2037  @java.lang.SuppressWarnings("all")
2038  public String getDescriptionAsset() {
2039    return this.descriptionAsset;
2040  }
2041
2042  @java.lang.SuppressWarnings("all")
2043  public String getDevicePlatform() {
2044    return this.devicePlatform;
2045  }
2046
2047  @java.lang.SuppressWarnings("all")
2048  public String getDma() {
2049    return this.dma;
2050  }
2051
2052  @java.lang.SuppressWarnings("all")
2053  public String getFidelityType() {
2054    return this.fidelityType;
2055  }
2056
2057  @java.lang.SuppressWarnings("all")
2058  public String getFrequencyValue() {
2059    return this.frequencyValue;
2060  }
2061
2062  @java.lang.SuppressWarnings("all")
2063  public String getGender() {
2064    return this.gender;
2065  }
2066
2067  @java.lang.SuppressWarnings("all")
2068  public String getHourlyStatsAggregatedByAdvertiserTimeZone() {
2069    return this.hourlyStatsAggregatedByAdvertiserTimeZone;
2070  }
2071
2072  @java.lang.SuppressWarnings("all")
2073  public String getHourlyStatsAggregatedByAudienceTimeZone() {
2074    return this.hourlyStatsAggregatedByAudienceTimeZone;
2075  }
2076
2077  @java.lang.SuppressWarnings("all")
2078  public String getHsid() {
2079    return this.hsid;
2080  }
2081
2082  @java.lang.SuppressWarnings("all")
2083  public String getImageAsset() {
2084    return this.imageAsset;
2085  }
2086
2087  @java.lang.SuppressWarnings("all")
2088  public String getImpressionDevice() {
2089    return this.impressionDevice;
2090  }
2091
2092  @java.lang.SuppressWarnings("all")
2093  public String getIsConversionIdModeled() {
2094    return this.isConversionIdModeled;
2095  }
2096
2097  @java.lang.SuppressWarnings("all")
2098  public String getLinkUrlAsset() {
2099    return this.linkUrlAsset;
2100  }
2101
2102  @java.lang.SuppressWarnings("all")
2103  public String getMarketingMessagesBtnName() {
2104    return this.marketingMessagesBtnName;
2105  }
2106
2107  @java.lang.SuppressWarnings("all")
2108  public String getMdsaLandingDestination() {
2109    return this.mdsaLandingDestination;
2110  }
2111
2112  @java.lang.SuppressWarnings("all")
2113  public String getMediaAssetUrl() {
2114    return this.mediaAssetUrl;
2115  }
2116
2117  @java.lang.SuppressWarnings("all")
2118  public String getMediaCreator() {
2119    return this.mediaCreator;
2120  }
2121
2122  @java.lang.SuppressWarnings("all")
2123  public String getMediaDestinationUrl() {
2124    return this.mediaDestinationUrl;
2125  }
2126
2127  @java.lang.SuppressWarnings("all")
2128  public String getMediaFormat() {
2129    return this.mediaFormat;
2130  }
2131
2132  @java.lang.SuppressWarnings("all")
2133  public String getMediaOriginUrl() {
2134    return this.mediaOriginUrl;
2135  }
2136
2137  @java.lang.SuppressWarnings("all")
2138  public String getMediaTextContent() {
2139    return this.mediaTextContent;
2140  }
2141
2142  @java.lang.SuppressWarnings("all")
2143  public String getMmm() {
2144    return this.mmm;
2145  }
2146
2147  @java.lang.SuppressWarnings("all")
2148  public String getPlacePageId() {
2149    return this.placePageId;
2150  }
2151
2152  @java.lang.SuppressWarnings("all")
2153  public String getPlatformPosition() {
2154    return this.platformPosition;
2155  }
2156
2157  @java.lang.SuppressWarnings("all")
2158  public String getPostbackSequenceIndex() {
2159    return this.postbackSequenceIndex;
2160  }
2161
2162  @java.lang.SuppressWarnings("all")
2163  public String getProductId() {
2164    return this.productId;
2165  }
2166
2167  @java.lang.SuppressWarnings("all")
2168  public String getPublisherPlatform() {
2169    return this.publisherPlatform;
2170  }
2171
2172  @java.lang.SuppressWarnings("all")
2173  public String getRedownload() {
2174    return this.redownload;
2175  }
2176
2177  @java.lang.SuppressWarnings("all")
2178  public String getRegion() {
2179    return this.region;
2180  }
2181
2182  @java.lang.SuppressWarnings("all")
2183  public String getSkanCampaignId() {
2184    return this.skanCampaignId;
2185  }
2186
2187  @java.lang.SuppressWarnings("all")
2188  public String getSkanConversionId() {
2189    return this.skanConversionId;
2190  }
2191
2192  @java.lang.SuppressWarnings("all")
2193  public String getSkanVersion() {
2194    return this.skanVersion;
2195  }
2196
2197  @java.lang.SuppressWarnings("all")
2198  public String getStandardEventContentType() {
2199    return this.standardEventContentType;
2200  }
2201
2202  @java.lang.SuppressWarnings("all")
2203  public String getTitleAsset() {
2204    return this.titleAsset;
2205  }
2206
2207  @java.lang.SuppressWarnings("all")
2208  public String getVideoAsset() {
2209    return this.videoAsset;
2210  }
2211}