001// Generated by delombok at Thu Aug 13 13:56:43 UTC 2026 002/* 003 * Copyright (c) 2010-2026 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 java.util.*; 026import java.util.function.Supplier; 027import com.restfb.Facebook; 028import com.restfb.json.JsonObject; 029import com.restfb.types.AbstractFacebookType; 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 @lombok.Generated 454 public void setAccountCurrency(final String accountCurrency) { 455 this.accountCurrency = accountCurrency; 456 } 457 458 @java.lang.SuppressWarnings("all") 459 @lombok.Generated 460 public void setAccountId(final String accountId) { 461 this.accountId = accountId; 462 } 463 464 @java.lang.SuppressWarnings("all") 465 @lombok.Generated 466 public void setAccountName(final String accountName) { 467 this.accountName = accountName; 468 } 469 470 @java.lang.SuppressWarnings("all") 471 @lombok.Generated 472 public void setActionValues(final List<AdsActionStats> actionValues) { 473 this.actionValues = actionValues; 474 } 475 476 @java.lang.SuppressWarnings("all") 477 @lombok.Generated 478 public void setActions(final List<AdsActionStats> actions) { 479 this.actions = actions; 480 } 481 482 @java.lang.SuppressWarnings("all") 483 @lombok.Generated 484 public void setAdClickActions(final List<AdsActionStats> adClickActions) { 485 this.adClickActions = adClickActions; 486 } 487 488 @java.lang.SuppressWarnings("all") 489 @lombok.Generated 490 public void setAdId(final String adId) { 491 this.adId = adId; 492 } 493 494 @java.lang.SuppressWarnings("all") 495 @lombok.Generated 496 public void setAdImpressionActions(final List<AdsActionStats> adImpressionActions) { 497 this.adImpressionActions = adImpressionActions; 498 } 499 500 @java.lang.SuppressWarnings("all") 501 @lombok.Generated 502 public void setAdName(final String adName) { 503 this.adName = adName; 504 } 505 506 @java.lang.SuppressWarnings("all") 507 @lombok.Generated 508 public void setAdsetEnd(final String adsetEnd) { 509 this.adsetEnd = adsetEnd; 510 } 511 512 @java.lang.SuppressWarnings("all") 513 @lombok.Generated 514 public void setAdsetId(final String adsetId) { 515 this.adsetId = adsetId; 516 } 517 518 @java.lang.SuppressWarnings("all") 519 @lombok.Generated 520 public void setAdsetName(final String adsetName) { 521 this.adsetName = adsetName; 522 } 523 524 @java.lang.SuppressWarnings("all") 525 @lombok.Generated 526 public void setAdsetStart(final String adsetStart) { 527 this.adsetStart = adsetStart; 528 } 529 530 @java.lang.SuppressWarnings("all") 531 @lombok.Generated 532 public void setAgeTargeting(final String ageTargeting) { 533 this.ageTargeting = ageTargeting; 534 } 535 536 @java.lang.SuppressWarnings("all") 537 @lombok.Generated 538 public void setAttributionSetting(final String attributionSetting) { 539 this.attributionSetting = attributionSetting; 540 } 541 542 @java.lang.SuppressWarnings("all") 543 @lombok.Generated 544 public void setAuctionBid(final String auctionBid) { 545 this.auctionBid = auctionBid; 546 } 547 548 @java.lang.SuppressWarnings("all") 549 @lombok.Generated 550 public void setAuctionCompetitiveness(final String auctionCompetitiveness) { 551 this.auctionCompetitiveness = auctionCompetitiveness; 552 } 553 554 @java.lang.SuppressWarnings("all") 555 @lombok.Generated 556 public void setAuctionMaxCompetitorBid(final String auctionMaxCompetitorBid) { 557 this.auctionMaxCompetitorBid = auctionMaxCompetitorBid; 558 } 559 560 @java.lang.SuppressWarnings("all") 561 @lombok.Generated 562 public void setBuyingType(final String buyingType) { 563 this.buyingType = buyingType; 564 } 565 566 @java.lang.SuppressWarnings("all") 567 @lombok.Generated 568 public void setCampaignId(final String campaignId) { 569 this.campaignId = campaignId; 570 } 571 572 @java.lang.SuppressWarnings("all") 573 @lombok.Generated 574 public void setCampaignName(final String campaignName) { 575 this.campaignName = campaignName; 576 } 577 578 @java.lang.SuppressWarnings("all") 579 @lombok.Generated 580 public void setCanvasAvgViewPercent(final String canvasAvgViewPercent) { 581 this.canvasAvgViewPercent = canvasAvgViewPercent; 582 } 583 584 @java.lang.SuppressWarnings("all") 585 @lombok.Generated 586 public void setCanvasAvgViewTime(final String canvasAvgViewTime) { 587 this.canvasAvgViewTime = canvasAvgViewTime; 588 } 589 590 @java.lang.SuppressWarnings("all") 591 @lombok.Generated 592 public void setCatalogSegmentActions(final List<AdsActionStats> catalogSegmentActions) { 593 this.catalogSegmentActions = catalogSegmentActions; 594 } 595 596 @java.lang.SuppressWarnings("all") 597 @lombok.Generated 598 public void setCatalogSegmentValue(final List<AdsActionStats> catalogSegmentValue) { 599 this.catalogSegmentValue = catalogSegmentValue; 600 } 601 602 @java.lang.SuppressWarnings("all") 603 @lombok.Generated 604 public void setCatalogSegmentValueMobilePurchaseRoas(final List<AdsActionStats> catalogSegmentValueMobilePurchaseRoas) { 605 this.catalogSegmentValueMobilePurchaseRoas = catalogSegmentValueMobilePurchaseRoas; 606 } 607 608 @java.lang.SuppressWarnings("all") 609 @lombok.Generated 610 public void setCatalogSegmentValueOmniPurchaseRoas(final List<AdsActionStats> catalogSegmentValueOmniPurchaseRoas) { 611 this.catalogSegmentValueOmniPurchaseRoas = catalogSegmentValueOmniPurchaseRoas; 612 } 613 614 @java.lang.SuppressWarnings("all") 615 @lombok.Generated 616 public void setCatalogSegmentValueWebsitePurchaseRoas(final List<AdsActionStats> catalogSegmentValueWebsitePurchaseRoas) { 617 this.catalogSegmentValueWebsitePurchaseRoas = catalogSegmentValueWebsitePurchaseRoas; 618 } 619 620 @java.lang.SuppressWarnings("all") 621 @lombok.Generated 622 public void setClicks(final String clicks) { 623 this.clicks = clicks; 624 } 625 626 @java.lang.SuppressWarnings("all") 627 @lombok.Generated 628 public void setConversionLeadRate(final String conversionLeadRate) { 629 this.conversionLeadRate = conversionLeadRate; 630 } 631 632 @java.lang.SuppressWarnings("all") 633 @lombok.Generated 634 public void setConversionRateRanking(final String conversionRateRanking) { 635 this.conversionRateRanking = conversionRateRanking; 636 } 637 638 @java.lang.SuppressWarnings("all") 639 @lombok.Generated 640 public void setConversionValues(final List<AdsActionStats> conversionValues) { 641 this.conversionValues = conversionValues; 642 } 643 644 @java.lang.SuppressWarnings("all") 645 @lombok.Generated 646 public void setConversions(final List<AdsActionStats> conversions) { 647 this.conversions = conversions; 648 } 649 650 @java.lang.SuppressWarnings("all") 651 @lombok.Generated 652 public void setConvertedProductQuantity(final List<AdsActionStats> convertedProductQuantity) { 653 this.convertedProductQuantity = convertedProductQuantity; 654 } 655 656 @java.lang.SuppressWarnings("all") 657 @lombok.Generated 658 public void setConvertedProductValue(final List<AdsActionStats> convertedProductValue) { 659 this.convertedProductValue = convertedProductValue; 660 } 661 662 @java.lang.SuppressWarnings("all") 663 @lombok.Generated 664 public void setCostPer15SecVideoView(final List<AdsActionStats> costPer15SecVideoView) { 665 this.costPer15SecVideoView = costPer15SecVideoView; 666 } 667 668 @java.lang.SuppressWarnings("all") 669 @lombok.Generated 670 public void setCostPer2SecContinuousVideoView(final List<AdsActionStats> costPer2SecContinuousVideoView) { 671 this.costPer2SecContinuousVideoView = costPer2SecContinuousVideoView; 672 } 673 674 @java.lang.SuppressWarnings("all") 675 @lombok.Generated 676 public void setCostPerActionType(final List<AdsActionStats> costPerActionType) { 677 this.costPerActionType = costPerActionType; 678 } 679 680 @java.lang.SuppressWarnings("all") 681 @lombok.Generated 682 public void setCostPerAdClick(final List<AdsActionStats> costPerAdClick) { 683 this.costPerAdClick = costPerAdClick; 684 } 685 686 @java.lang.SuppressWarnings("all") 687 @lombok.Generated 688 public void setCostPerConversion(final List<AdsActionStats> costPerConversion) { 689 this.costPerConversion = costPerConversion; 690 } 691 692 @java.lang.SuppressWarnings("all") 693 @lombok.Generated 694 public void setCostPerConversionLead(final String costPerConversionLead) { 695 this.costPerConversionLead = costPerConversionLead; 696 } 697 698 @java.lang.SuppressWarnings("all") 699 @lombok.Generated 700 public void setCostPerDdaCountbyConvs(final String costPerDdaCountbyConvs) { 701 this.costPerDdaCountbyConvs = costPerDdaCountbyConvs; 702 } 703 704 @java.lang.SuppressWarnings("all") 705 @lombok.Generated 706 public void setCostPerEstimatedAdRecallers(final String costPerEstimatedAdRecallers) { 707 this.costPerEstimatedAdRecallers = costPerEstimatedAdRecallers; 708 } 709 710 @java.lang.SuppressWarnings("all") 711 @lombok.Generated 712 public void setCostPerInlineLinkClick(final String costPerInlineLinkClick) { 713 this.costPerInlineLinkClick = costPerInlineLinkClick; 714 } 715 716 @java.lang.SuppressWarnings("all") 717 @lombok.Generated 718 public void setCostPerInlinePostEngagement(final String costPerInlinePostEngagement) { 719 this.costPerInlinePostEngagement = costPerInlinePostEngagement; 720 } 721 722 @java.lang.SuppressWarnings("all") 723 @lombok.Generated 724 public void setCostPerOneThousandAdImpression(final List<AdsActionStats> costPerOneThousandAdImpression) { 725 this.costPerOneThousandAdImpression = costPerOneThousandAdImpression; 726 } 727 728 @java.lang.SuppressWarnings("all") 729 @lombok.Generated 730 public void setCostPerOutboundClick(final List<AdsActionStats> costPerOutboundClick) { 731 this.costPerOutboundClick = costPerOutboundClick; 732 } 733 734 @java.lang.SuppressWarnings("all") 735 @lombok.Generated 736 public void setCostPerThruplay(final List<AdsActionStats> costPerThruplay) { 737 this.costPerThruplay = costPerThruplay; 738 } 739 740 @java.lang.SuppressWarnings("all") 741 @lombok.Generated 742 public void setCostPerUniqueActionType(final List<AdsActionStats> costPerUniqueActionType) { 743 this.costPerUniqueActionType = costPerUniqueActionType; 744 } 745 746 @java.lang.SuppressWarnings("all") 747 @lombok.Generated 748 public void setCostPerUniqueClick(final String costPerUniqueClick) { 749 this.costPerUniqueClick = costPerUniqueClick; 750 } 751 752 @java.lang.SuppressWarnings("all") 753 @lombok.Generated 754 public void setCostPerUniqueConversion(final List<AdsActionStats> costPerUniqueConversion) { 755 this.costPerUniqueConversion = costPerUniqueConversion; 756 } 757 758 @java.lang.SuppressWarnings("all") 759 @lombok.Generated 760 public void setCostPerUniqueInlineLinkClick(final String costPerUniqueInlineLinkClick) { 761 this.costPerUniqueInlineLinkClick = costPerUniqueInlineLinkClick; 762 } 763 764 @java.lang.SuppressWarnings("all") 765 @lombok.Generated 766 public void setCostPerUniqueOutboundClick(final List<AdsActionStats> costPerUniqueOutboundClick) { 767 this.costPerUniqueOutboundClick = costPerUniqueOutboundClick; 768 } 769 770 @java.lang.SuppressWarnings("all") 771 @lombok.Generated 772 public void setCpc(final String cpc) { 773 this.cpc = cpc; 774 } 775 776 @java.lang.SuppressWarnings("all") 777 @lombok.Generated 778 public void setCpm(final String cpm) { 779 this.cpm = cpm; 780 } 781 782 @java.lang.SuppressWarnings("all") 783 @lombok.Generated 784 public void setCpp(final String cpp) { 785 this.cpp = cpp; 786 } 787 788 @java.lang.SuppressWarnings("all") 789 @lombok.Generated 790 public void setCreatedTime(final String createdTime) { 791 this.createdTime = createdTime; 792 } 793 794 @java.lang.SuppressWarnings("all") 795 @lombok.Generated 796 public void setCreativeMediaType(final String creativeMediaType) { 797 this.creativeMediaType = creativeMediaType; 798 } 799 800 @java.lang.SuppressWarnings("all") 801 @lombok.Generated 802 public void setCtr(final String ctr) { 803 this.ctr = ctr; 804 } 805 806 @java.lang.SuppressWarnings("all") 807 @lombok.Generated 808 public void setDateStart(final Date dateStart) { 809 this.dateStart = dateStart; 810 } 811 812 @java.lang.SuppressWarnings("all") 813 @lombok.Generated 814 public void setDateStop(final Date dateStop) { 815 this.dateStop = dateStop; 816 } 817 818 @java.lang.SuppressWarnings("all") 819 @lombok.Generated 820 public void setDdaCountbyConvs(final String ddaCountbyConvs) { 821 this.ddaCountbyConvs = ddaCountbyConvs; 822 } 823 824 @java.lang.SuppressWarnings("all") 825 @lombok.Generated 826 public void setDdaResults(final List<JsonObject> ddaResults) { 827 this.ddaResults = ddaResults; 828 } 829 830 @java.lang.SuppressWarnings("all") 831 @lombok.Generated 832 public void setEngagementRateRanking(final String engagementRateRanking) { 833 this.engagementRateRanking = engagementRateRanking; 834 } 835 836 @java.lang.SuppressWarnings("all") 837 @lombok.Generated 838 public void setEstimatedAdRecallRate(final String estimatedAdRecallRate) { 839 this.estimatedAdRecallRate = estimatedAdRecallRate; 840 } 841 842 @java.lang.SuppressWarnings("all") 843 @lombok.Generated 844 public void setEstimatedAdRecallRateLowerBound(final String estimatedAdRecallRateLowerBound) { 845 this.estimatedAdRecallRateLowerBound = estimatedAdRecallRateLowerBound; 846 } 847 848 @java.lang.SuppressWarnings("all") 849 @lombok.Generated 850 public void setEstimatedAdRecallRateUpperBound(final String estimatedAdRecallRateUpperBound) { 851 this.estimatedAdRecallRateUpperBound = estimatedAdRecallRateUpperBound; 852 } 853 854 @java.lang.SuppressWarnings("all") 855 @lombok.Generated 856 public void setEstimatedAdRecallers(final String estimatedAdRecallers) { 857 this.estimatedAdRecallers = estimatedAdRecallers; 858 } 859 860 @java.lang.SuppressWarnings("all") 861 @lombok.Generated 862 public void setEstimatedAdRecallersLowerBound(final String estimatedAdRecallersLowerBound) { 863 this.estimatedAdRecallersLowerBound = estimatedAdRecallersLowerBound; 864 } 865 866 @java.lang.SuppressWarnings("all") 867 @lombok.Generated 868 public void setEstimatedAdRecallersUpperBound(final String estimatedAdRecallersUpperBound) { 869 this.estimatedAdRecallersUpperBound = estimatedAdRecallersUpperBound; 870 } 871 872 @java.lang.SuppressWarnings("all") 873 @lombok.Generated 874 public void setFrequency(final String frequency) { 875 this.frequency = frequency; 876 } 877 878 @java.lang.SuppressWarnings("all") 879 @lombok.Generated 880 public void setFullViewImpressions(final String fullViewImpressions) { 881 this.fullViewImpressions = fullViewImpressions; 882 } 883 884 @java.lang.SuppressWarnings("all") 885 @lombok.Generated 886 public void setFullViewReach(final String fullViewReach) { 887 this.fullViewReach = fullViewReach; 888 } 889 890 @java.lang.SuppressWarnings("all") 891 @lombok.Generated 892 public void setGenderTargeting(final String genderTargeting) { 893 this.genderTargeting = genderTargeting; 894 } 895 896 @java.lang.SuppressWarnings("all") 897 @lombok.Generated 898 public void setImpressions(final String impressions) { 899 this.impressions = impressions; 900 } 901 902 @java.lang.SuppressWarnings("all") 903 @lombok.Generated 904 public void setInlineLinkClickCtr(final String inlineLinkClickCtr) { 905 this.inlineLinkClickCtr = inlineLinkClickCtr; 906 } 907 908 @java.lang.SuppressWarnings("all") 909 @lombok.Generated 910 public void setInlineLinkClicks(final String inlineLinkClicks) { 911 this.inlineLinkClicks = inlineLinkClicks; 912 } 913 914 @java.lang.SuppressWarnings("all") 915 @lombok.Generated 916 public void setInlinePostEngagement(final String inlinePostEngagement) { 917 this.inlinePostEngagement = inlinePostEngagement; 918 } 919 920 @java.lang.SuppressWarnings("all") 921 @lombok.Generated 922 public void setInstagramUpcomingEventRemindersSet(final String instagramUpcomingEventRemindersSet) { 923 this.instagramUpcomingEventRemindersSet = instagramUpcomingEventRemindersSet; 924 } 925 926 @java.lang.SuppressWarnings("all") 927 @lombok.Generated 928 public void setInstantExperienceClicksToOpen(final String instantExperienceClicksToOpen) { 929 this.instantExperienceClicksToOpen = instantExperienceClicksToOpen; 930 } 931 932 @java.lang.SuppressWarnings("all") 933 @lombok.Generated 934 public void setInstantExperienceClicksToStart(final String instantExperienceClicksToStart) { 935 this.instantExperienceClicksToStart = instantExperienceClicksToStart; 936 } 937 938 @java.lang.SuppressWarnings("all") 939 @lombok.Generated 940 public void setInstantExperienceOutboundClicks(final List<AdsActionStats> instantExperienceOutboundClicks) { 941 this.instantExperienceOutboundClicks = instantExperienceOutboundClicks; 942 } 943 944 @java.lang.SuppressWarnings("all") 945 @lombok.Generated 946 public void setInteractiveComponentTap(final List<AdsActionStats> interactiveComponentTap) { 947 this.interactiveComponentTap = interactiveComponentTap; 948 } 949 950 @java.lang.SuppressWarnings("all") 951 @lombok.Generated 952 public void setLabels(final String labels) { 953 this.labels = labels; 954 } 955 956 @java.lang.SuppressWarnings("all") 957 @lombok.Generated 958 public void setLocation(final String location) { 959 this.location = location; 960 } 961 962 @java.lang.SuppressWarnings("all") 963 @lombok.Generated 964 public void setMarketingMessagesCostPerDelivered(final String marketingMessagesCostPerDelivered) { 965 this.marketingMessagesCostPerDelivered = marketingMessagesCostPerDelivered; 966 } 967 968 @java.lang.SuppressWarnings("all") 969 @lombok.Generated 970 public void setMarketingMessagesCostPerLinkBtnClick(final String marketingMessagesCostPerLinkBtnClick) { 971 this.marketingMessagesCostPerLinkBtnClick = marketingMessagesCostPerLinkBtnClick; 972 } 973 974 @java.lang.SuppressWarnings("all") 975 @lombok.Generated 976 public void setMarketingMessagesSpend(final String marketingMessagesSpend) { 977 this.marketingMessagesSpend = marketingMessagesSpend; 978 } 979 980 @java.lang.SuppressWarnings("all") 981 @lombok.Generated 982 public void setMobileAppPurchaseRoas(final List<AdsActionStats> mobileAppPurchaseRoas) { 983 this.mobileAppPurchaseRoas = mobileAppPurchaseRoas; 984 } 985 986 @java.lang.SuppressWarnings("all") 987 @lombok.Generated 988 public void setObjective(final String objective) { 989 this.objective = objective; 990 } 991 992 @java.lang.SuppressWarnings("all") 993 @lombok.Generated 994 public void setOptimizationGoal(final String optimizationGoal) { 995 this.optimizationGoal = optimizationGoal; 996 } 997 998 @java.lang.SuppressWarnings("all") 999 @lombok.Generated 1000 public void setOutboundClicks(final List<AdsActionStats> outboundClicks) { 1001 this.outboundClicks = outboundClicks; 1002 } 1003 1004 @java.lang.SuppressWarnings("all") 1005 @lombok.Generated 1006 public void setOutboundClicksCtr(final List<AdsActionStats> outboundClicksCtr) { 1007 this.outboundClicksCtr = outboundClicksCtr; 1008 } 1009 1010 @java.lang.SuppressWarnings("all") 1011 @lombok.Generated 1012 public void setPlacePageName(final String placePageName) { 1013 this.placePageName = placePageName; 1014 } 1015 1016 @java.lang.SuppressWarnings("all") 1017 @lombok.Generated 1018 public void setPurchaseRoas(final List<AdsActionStats> purchaseRoas) { 1019 this.purchaseRoas = purchaseRoas; 1020 } 1021 1022 @java.lang.SuppressWarnings("all") 1023 @lombok.Generated 1024 public void setQualifyingQuestionQualifyAnswerRate(final String qualifyingQuestionQualifyAnswerRate) { 1025 this.qualifyingQuestionQualifyAnswerRate = qualifyingQuestionQualifyAnswerRate; 1026 } 1027 1028 @java.lang.SuppressWarnings("all") 1029 @lombok.Generated 1030 public void setQualityRanking(final String qualityRanking) { 1031 this.qualityRanking = qualityRanking; 1032 } 1033 1034 @java.lang.SuppressWarnings("all") 1035 @lombok.Generated 1036 public void setReach(final String reach) { 1037 this.reach = reach; 1038 } 1039 1040 @java.lang.SuppressWarnings("all") 1041 @lombok.Generated 1042 public void setSocialSpend(final String socialSpend) { 1043 this.socialSpend = socialSpend; 1044 } 1045 1046 @java.lang.SuppressWarnings("all") 1047 @lombok.Generated 1048 public void setSpend(final String spend) { 1049 this.spend = spend; 1050 } 1051 1052 @java.lang.SuppressWarnings("all") 1053 @lombok.Generated 1054 public void setTotalPostbacks(final String totalPostbacks) { 1055 this.totalPostbacks = totalPostbacks; 1056 } 1057 1058 @java.lang.SuppressWarnings("all") 1059 @lombok.Generated 1060 public void setTotalPostbacksDetailed(final List<AdsActionStats> totalPostbacksDetailed) { 1061 this.totalPostbacksDetailed = totalPostbacksDetailed; 1062 } 1063 1064 @java.lang.SuppressWarnings("all") 1065 @lombok.Generated 1066 public void setTotalPostbacksDetailedV4(final List<AdsActionStats> totalPostbacksDetailedV4) { 1067 this.totalPostbacksDetailedV4 = totalPostbacksDetailedV4; 1068 } 1069 1070 @java.lang.SuppressWarnings("all") 1071 @lombok.Generated 1072 public void setUniqueActions(final List<AdsActionStats> uniqueActions) { 1073 this.uniqueActions = uniqueActions; 1074 } 1075 1076 @java.lang.SuppressWarnings("all") 1077 @lombok.Generated 1078 public void setUniqueClicks(final String uniqueClicks) { 1079 this.uniqueClicks = uniqueClicks; 1080 } 1081 1082 @java.lang.SuppressWarnings("all") 1083 @lombok.Generated 1084 public void setUniqueConversions(final List<AdsActionStats> uniqueConversions) { 1085 this.uniqueConversions = uniqueConversions; 1086 } 1087 1088 @java.lang.SuppressWarnings("all") 1089 @lombok.Generated 1090 public void setUniqueCtr(final String uniqueCtr) { 1091 this.uniqueCtr = uniqueCtr; 1092 } 1093 1094 @java.lang.SuppressWarnings("all") 1095 @lombok.Generated 1096 public void setUniqueInlineLinkClickCtr(final String uniqueInlineLinkClickCtr) { 1097 this.uniqueInlineLinkClickCtr = uniqueInlineLinkClickCtr; 1098 } 1099 1100 @java.lang.SuppressWarnings("all") 1101 @lombok.Generated 1102 public void setUniqueInlineLinkClicks(final String uniqueInlineLinkClicks) { 1103 this.uniqueInlineLinkClicks = uniqueInlineLinkClicks; 1104 } 1105 1106 @java.lang.SuppressWarnings("all") 1107 @lombok.Generated 1108 public void setUniqueLinkClicksCtr(final String uniqueLinkClicksCtr) { 1109 this.uniqueLinkClicksCtr = uniqueLinkClicksCtr; 1110 } 1111 1112 @java.lang.SuppressWarnings("all") 1113 @lombok.Generated 1114 public void setUniqueOutboundClicks(final List<AdsActionStats> uniqueOutboundClicks) { 1115 this.uniqueOutboundClicks = uniqueOutboundClicks; 1116 } 1117 1118 @java.lang.SuppressWarnings("all") 1119 @lombok.Generated 1120 public void setUniqueOutboundClicksCtr(final List<AdsActionStats> uniqueOutboundClicksCtr) { 1121 this.uniqueOutboundClicksCtr = uniqueOutboundClicksCtr; 1122 } 1123 1124 @java.lang.SuppressWarnings("all") 1125 @lombok.Generated 1126 public void setUniqueVideoContinuous2SecWatchedActions(final List<AdsActionStats> uniqueVideoContinuous2SecWatchedActions) { 1127 this.uniqueVideoContinuous2SecWatchedActions = uniqueVideoContinuous2SecWatchedActions; 1128 } 1129 1130 @java.lang.SuppressWarnings("all") 1131 @lombok.Generated 1132 public void setUniqueVideoView15Sec(final List<AdsActionStats> uniqueVideoView15Sec) { 1133 this.uniqueVideoView15Sec = uniqueVideoView15Sec; 1134 } 1135 1136 @java.lang.SuppressWarnings("all") 1137 @lombok.Generated 1138 public void setUpdatedTime(final String updatedTime) { 1139 this.updatedTime = updatedTime; 1140 } 1141 1142 @java.lang.SuppressWarnings("all") 1143 @lombok.Generated 1144 public void setVideo15SecWatchedActions(final List<AdsActionStats> video15SecWatchedActions) { 1145 this.video15SecWatchedActions = video15SecWatchedActions; 1146 } 1147 1148 @java.lang.SuppressWarnings("all") 1149 @lombok.Generated 1150 public void setVideo30SecWatchedActions(final List<AdsActionStats> video30SecWatchedActions) { 1151 this.video30SecWatchedActions = video30SecWatchedActions; 1152 } 1153 1154 @java.lang.SuppressWarnings("all") 1155 @lombok.Generated 1156 public void setVideoAvgTimeWatchedActions(final List<AdsActionStats> videoAvgTimeWatchedActions) { 1157 this.videoAvgTimeWatchedActions = videoAvgTimeWatchedActions; 1158 } 1159 1160 @java.lang.SuppressWarnings("all") 1161 @lombok.Generated 1162 public void setVideoContinuous2SecWatchedActions(final List<AdsActionStats> videoContinuous2SecWatchedActions) { 1163 this.videoContinuous2SecWatchedActions = videoContinuous2SecWatchedActions; 1164 } 1165 1166 @java.lang.SuppressWarnings("all") 1167 @lombok.Generated 1168 public void setVideoP100WatchedActions(final List<AdsActionStats> videoP100WatchedActions) { 1169 this.videoP100WatchedActions = videoP100WatchedActions; 1170 } 1171 1172 @java.lang.SuppressWarnings("all") 1173 @lombok.Generated 1174 public void setVideoP25WatchedActions(final List<AdsActionStats> videoP25WatchedActions) { 1175 this.videoP25WatchedActions = videoP25WatchedActions; 1176 } 1177 1178 @java.lang.SuppressWarnings("all") 1179 @lombok.Generated 1180 public void setVideoP50WatchedActions(final List<AdsActionStats> videoP50WatchedActions) { 1181 this.videoP50WatchedActions = videoP50WatchedActions; 1182 } 1183 1184 @java.lang.SuppressWarnings("all") 1185 @lombok.Generated 1186 public void setVideoP75WatchedActions(final List<AdsActionStats> videoP75WatchedActions) { 1187 this.videoP75WatchedActions = videoP75WatchedActions; 1188 } 1189 1190 @java.lang.SuppressWarnings("all") 1191 @lombok.Generated 1192 public void setVideoP95WatchedActions(final List<AdsActionStats> videoP95WatchedActions) { 1193 this.videoP95WatchedActions = videoP95WatchedActions; 1194 } 1195 1196 @java.lang.SuppressWarnings("all") 1197 @lombok.Generated 1198 public void setVideoPlayActions(final List<AdsActionStats> videoPlayActions) { 1199 this.videoPlayActions = videoPlayActions; 1200 } 1201 1202 @java.lang.SuppressWarnings("all") 1203 @lombok.Generated 1204 public void setVideoPlayCurveActions(final List<AdsHistogramStats> videoPlayCurveActions) { 1205 this.videoPlayCurveActions = videoPlayCurveActions; 1206 } 1207 1208 @java.lang.SuppressWarnings("all") 1209 @lombok.Generated 1210 public void setVideoPlayRetention0To15sActions(final List<AdsHistogramStats> videoPlayRetention0To15sActions) { 1211 this.videoPlayRetention0To15sActions = videoPlayRetention0To15sActions; 1212 } 1213 1214 @java.lang.SuppressWarnings("all") 1215 @lombok.Generated 1216 public void setVideoPlayRetention20To60sActions(final List<AdsHistogramStats> videoPlayRetention20To60sActions) { 1217 this.videoPlayRetention20To60sActions = videoPlayRetention20To60sActions; 1218 } 1219 1220 @java.lang.SuppressWarnings("all") 1221 @lombok.Generated 1222 public void setVideoPlayRetentionGraphActions(final List<AdsHistogramStats> videoPlayRetentionGraphActions) { 1223 this.videoPlayRetentionGraphActions = videoPlayRetentionGraphActions; 1224 } 1225 1226 @java.lang.SuppressWarnings("all") 1227 @lombok.Generated 1228 public void setVideoThruplayWatchedActions(final List<AdsActionStats> videoThruplayWatchedActions) { 1229 this.videoThruplayWatchedActions = videoThruplayWatchedActions; 1230 } 1231 1232 @java.lang.SuppressWarnings("all") 1233 @lombok.Generated 1234 public void setVideoTimeWatchedActions(final List<AdsActionStats> videoTimeWatchedActions) { 1235 this.videoTimeWatchedActions = videoTimeWatchedActions; 1236 } 1237 1238 @java.lang.SuppressWarnings("all") 1239 @lombok.Generated 1240 public void setWebsiteCtr(final List<AdsActionStats> websiteCtr) { 1241 this.websiteCtr = websiteCtr; 1242 } 1243 1244 @java.lang.SuppressWarnings("all") 1245 @lombok.Generated 1246 public void setWebsitePurchaseRoas(final List<AdsActionStats> websitePurchaseRoas) { 1247 this.websitePurchaseRoas = websitePurchaseRoas; 1248 } 1249 1250 @java.lang.SuppressWarnings("all") 1251 @lombok.Generated 1252 public void setWishBid(final String wishBid) { 1253 this.wishBid = wishBid; 1254 } 1255 1256 @java.lang.SuppressWarnings("all") 1257 @lombok.Generated 1258 public void setAdFormatAsset(final String adFormatAsset) { 1259 this.adFormatAsset = adFormatAsset; 1260 } 1261 1262 @java.lang.SuppressWarnings("all") 1263 @lombok.Generated 1264 public void setAge(final String age) { 1265 this.age = age; 1266 } 1267 1268 @java.lang.SuppressWarnings("all") 1269 @lombok.Generated 1270 public void setAppId(final String appId) { 1271 this.appId = appId; 1272 } 1273 1274 @java.lang.SuppressWarnings("all") 1275 @lombok.Generated 1276 public void setBodyAsset(final String bodyAsset) { 1277 this.bodyAsset = bodyAsset; 1278 } 1279 1280 @java.lang.SuppressWarnings("all") 1281 @lombok.Generated 1282 public void setCallToActionAsset(final String callToActionAsset) { 1283 this.callToActionAsset = callToActionAsset; 1284 } 1285 1286 @java.lang.SuppressWarnings("all") 1287 @lombok.Generated 1288 public void setCoarseConversionValue(final String coarseConversionValue) { 1289 this.coarseConversionValue = coarseConversionValue; 1290 } 1291 1292 @java.lang.SuppressWarnings("all") 1293 @lombok.Generated 1294 public void setCountry(final String country) { 1295 this.country = country; 1296 } 1297 1298 @java.lang.SuppressWarnings("all") 1299 @lombok.Generated 1300 public void setDescriptionAsset(final String descriptionAsset) { 1301 this.descriptionAsset = descriptionAsset; 1302 } 1303 1304 @java.lang.SuppressWarnings("all") 1305 @lombok.Generated 1306 public void setDevicePlatform(final String devicePlatform) { 1307 this.devicePlatform = devicePlatform; 1308 } 1309 1310 @java.lang.SuppressWarnings("all") 1311 @lombok.Generated 1312 public void setDma(final String dma) { 1313 this.dma = dma; 1314 } 1315 1316 @java.lang.SuppressWarnings("all") 1317 @lombok.Generated 1318 public void setFidelityType(final String fidelityType) { 1319 this.fidelityType = fidelityType; 1320 } 1321 1322 @java.lang.SuppressWarnings("all") 1323 @lombok.Generated 1324 public void setFrequencyValue(final String frequencyValue) { 1325 this.frequencyValue = frequencyValue; 1326 } 1327 1328 @java.lang.SuppressWarnings("all") 1329 @lombok.Generated 1330 public void setGender(final String gender) { 1331 this.gender = gender; 1332 } 1333 1334 @java.lang.SuppressWarnings("all") 1335 @lombok.Generated 1336 public void setHourlyStatsAggregatedByAdvertiserTimeZone(final String hourlyStatsAggregatedByAdvertiserTimeZone) { 1337 this.hourlyStatsAggregatedByAdvertiserTimeZone = hourlyStatsAggregatedByAdvertiserTimeZone; 1338 } 1339 1340 @java.lang.SuppressWarnings("all") 1341 @lombok.Generated 1342 public void setHourlyStatsAggregatedByAudienceTimeZone(final String hourlyStatsAggregatedByAudienceTimeZone) { 1343 this.hourlyStatsAggregatedByAudienceTimeZone = hourlyStatsAggregatedByAudienceTimeZone; 1344 } 1345 1346 @java.lang.SuppressWarnings("all") 1347 @lombok.Generated 1348 public void setHsid(final String hsid) { 1349 this.hsid = hsid; 1350 } 1351 1352 @java.lang.SuppressWarnings("all") 1353 @lombok.Generated 1354 public void setImageAsset(final String imageAsset) { 1355 this.imageAsset = imageAsset; 1356 } 1357 1358 @java.lang.SuppressWarnings("all") 1359 @lombok.Generated 1360 public void setImpressionDevice(final String impressionDevice) { 1361 this.impressionDevice = impressionDevice; 1362 } 1363 1364 @java.lang.SuppressWarnings("all") 1365 @lombok.Generated 1366 public void setIsConversionIdModeled(final String isConversionIdModeled) { 1367 this.isConversionIdModeled = isConversionIdModeled; 1368 } 1369 1370 @java.lang.SuppressWarnings("all") 1371 @lombok.Generated 1372 public void setLinkUrlAsset(final String linkUrlAsset) { 1373 this.linkUrlAsset = linkUrlAsset; 1374 } 1375 1376 @java.lang.SuppressWarnings("all") 1377 @lombok.Generated 1378 public void setMarketingMessagesBtnName(final String marketingMessagesBtnName) { 1379 this.marketingMessagesBtnName = marketingMessagesBtnName; 1380 } 1381 1382 @java.lang.SuppressWarnings("all") 1383 @lombok.Generated 1384 public void setMdsaLandingDestination(final String mdsaLandingDestination) { 1385 this.mdsaLandingDestination = mdsaLandingDestination; 1386 } 1387 1388 @java.lang.SuppressWarnings("all") 1389 @lombok.Generated 1390 public void setMediaAssetUrl(final String mediaAssetUrl) { 1391 this.mediaAssetUrl = mediaAssetUrl; 1392 } 1393 1394 @java.lang.SuppressWarnings("all") 1395 @lombok.Generated 1396 public void setMediaCreator(final String mediaCreator) { 1397 this.mediaCreator = mediaCreator; 1398 } 1399 1400 @java.lang.SuppressWarnings("all") 1401 @lombok.Generated 1402 public void setMediaDestinationUrl(final String mediaDestinationUrl) { 1403 this.mediaDestinationUrl = mediaDestinationUrl; 1404 } 1405 1406 @java.lang.SuppressWarnings("all") 1407 @lombok.Generated 1408 public void setMediaFormat(final String mediaFormat) { 1409 this.mediaFormat = mediaFormat; 1410 } 1411 1412 @java.lang.SuppressWarnings("all") 1413 @lombok.Generated 1414 public void setMediaOriginUrl(final String mediaOriginUrl) { 1415 this.mediaOriginUrl = mediaOriginUrl; 1416 } 1417 1418 @java.lang.SuppressWarnings("all") 1419 @lombok.Generated 1420 public void setMediaTextContent(final String mediaTextContent) { 1421 this.mediaTextContent = mediaTextContent; 1422 } 1423 1424 @java.lang.SuppressWarnings("all") 1425 @lombok.Generated 1426 public void setMmm(final String mmm) { 1427 this.mmm = mmm; 1428 } 1429 1430 @java.lang.SuppressWarnings("all") 1431 @lombok.Generated 1432 public void setPlacePageId(final String placePageId) { 1433 this.placePageId = placePageId; 1434 } 1435 1436 @java.lang.SuppressWarnings("all") 1437 @lombok.Generated 1438 public void setPlatformPosition(final String platformPosition) { 1439 this.platformPosition = platformPosition; 1440 } 1441 1442 @java.lang.SuppressWarnings("all") 1443 @lombok.Generated 1444 public void setPostbackSequenceIndex(final String postbackSequenceIndex) { 1445 this.postbackSequenceIndex = postbackSequenceIndex; 1446 } 1447 1448 @java.lang.SuppressWarnings("all") 1449 @lombok.Generated 1450 public void setProductId(final String productId) { 1451 this.productId = productId; 1452 } 1453 1454 @java.lang.SuppressWarnings("all") 1455 @lombok.Generated 1456 public void setPublisherPlatform(final String publisherPlatform) { 1457 this.publisherPlatform = publisherPlatform; 1458 } 1459 1460 @java.lang.SuppressWarnings("all") 1461 @lombok.Generated 1462 public void setRedownload(final String redownload) { 1463 this.redownload = redownload; 1464 } 1465 1466 @java.lang.SuppressWarnings("all") 1467 @lombok.Generated 1468 public void setRegion(final String region) { 1469 this.region = region; 1470 } 1471 1472 @java.lang.SuppressWarnings("all") 1473 @lombok.Generated 1474 public void setSkanCampaignId(final String skanCampaignId) { 1475 this.skanCampaignId = skanCampaignId; 1476 } 1477 1478 @java.lang.SuppressWarnings("all") 1479 @lombok.Generated 1480 public void setSkanConversionId(final String skanConversionId) { 1481 this.skanConversionId = skanConversionId; 1482 } 1483 1484 @java.lang.SuppressWarnings("all") 1485 @lombok.Generated 1486 public void setSkanVersion(final String skanVersion) { 1487 this.skanVersion = skanVersion; 1488 } 1489 1490 @java.lang.SuppressWarnings("all") 1491 @lombok.Generated 1492 public void setStandardEventContentType(final String standardEventContentType) { 1493 this.standardEventContentType = standardEventContentType; 1494 } 1495 1496 @java.lang.SuppressWarnings("all") 1497 @lombok.Generated 1498 public void setTitleAsset(final String titleAsset) { 1499 this.titleAsset = titleAsset; 1500 } 1501 1502 @java.lang.SuppressWarnings("all") 1503 @lombok.Generated 1504 public void setVideoAsset(final String videoAsset) { 1505 this.videoAsset = videoAsset; 1506 } 1507 1508 @java.lang.SuppressWarnings("all") 1509 @lombok.Generated 1510 public String getAccountCurrency() { 1511 return this.accountCurrency; 1512 } 1513 1514 @java.lang.SuppressWarnings("all") 1515 @lombok.Generated 1516 public String getAccountId() { 1517 return this.accountId; 1518 } 1519 1520 @java.lang.SuppressWarnings("all") 1521 @lombok.Generated 1522 public String getAccountName() { 1523 return this.accountName; 1524 } 1525 1526 @java.lang.SuppressWarnings("all") 1527 @lombok.Generated 1528 public List<AdsActionStats> getActionValues() { 1529 return this.actionValues; 1530 } 1531 1532 @java.lang.SuppressWarnings("all") 1533 @lombok.Generated 1534 public List<AdsActionStats> getActions() { 1535 return this.actions; 1536 } 1537 1538 @java.lang.SuppressWarnings("all") 1539 @lombok.Generated 1540 public List<AdsActionStats> getAdClickActions() { 1541 return this.adClickActions; 1542 } 1543 1544 @java.lang.SuppressWarnings("all") 1545 @lombok.Generated 1546 public String getAdId() { 1547 return this.adId; 1548 } 1549 1550 @java.lang.SuppressWarnings("all") 1551 @lombok.Generated 1552 public List<AdsActionStats> getAdImpressionActions() { 1553 return this.adImpressionActions; 1554 } 1555 1556 @java.lang.SuppressWarnings("all") 1557 @lombok.Generated 1558 public String getAdName() { 1559 return this.adName; 1560 } 1561 1562 @java.lang.SuppressWarnings("all") 1563 @lombok.Generated 1564 public String getAdsetEnd() { 1565 return this.adsetEnd; 1566 } 1567 1568 @java.lang.SuppressWarnings("all") 1569 @lombok.Generated 1570 public String getAdsetId() { 1571 return this.adsetId; 1572 } 1573 1574 @java.lang.SuppressWarnings("all") 1575 @lombok.Generated 1576 public String getAdsetName() { 1577 return this.adsetName; 1578 } 1579 1580 @java.lang.SuppressWarnings("all") 1581 @lombok.Generated 1582 public String getAdsetStart() { 1583 return this.adsetStart; 1584 } 1585 1586 @java.lang.SuppressWarnings("all") 1587 @lombok.Generated 1588 public String getAgeTargeting() { 1589 return this.ageTargeting; 1590 } 1591 1592 @java.lang.SuppressWarnings("all") 1593 @lombok.Generated 1594 public String getAttributionSetting() { 1595 return this.attributionSetting; 1596 } 1597 1598 @java.lang.SuppressWarnings("all") 1599 @lombok.Generated 1600 public String getAuctionBid() { 1601 return this.auctionBid; 1602 } 1603 1604 @java.lang.SuppressWarnings("all") 1605 @lombok.Generated 1606 public String getAuctionCompetitiveness() { 1607 return this.auctionCompetitiveness; 1608 } 1609 1610 @java.lang.SuppressWarnings("all") 1611 @lombok.Generated 1612 public String getAuctionMaxCompetitorBid() { 1613 return this.auctionMaxCompetitorBid; 1614 } 1615 1616 @java.lang.SuppressWarnings("all") 1617 @lombok.Generated 1618 public String getBuyingType() { 1619 return this.buyingType; 1620 } 1621 1622 @java.lang.SuppressWarnings("all") 1623 @lombok.Generated 1624 public String getCampaignId() { 1625 return this.campaignId; 1626 } 1627 1628 @java.lang.SuppressWarnings("all") 1629 @lombok.Generated 1630 public String getCampaignName() { 1631 return this.campaignName; 1632 } 1633 1634 @java.lang.SuppressWarnings("all") 1635 @lombok.Generated 1636 public String getCanvasAvgViewPercent() { 1637 return this.canvasAvgViewPercent; 1638 } 1639 1640 @java.lang.SuppressWarnings("all") 1641 @lombok.Generated 1642 public String getCanvasAvgViewTime() { 1643 return this.canvasAvgViewTime; 1644 } 1645 1646 @java.lang.SuppressWarnings("all") 1647 @lombok.Generated 1648 public List<AdsActionStats> getCatalogSegmentActions() { 1649 return this.catalogSegmentActions; 1650 } 1651 1652 @java.lang.SuppressWarnings("all") 1653 @lombok.Generated 1654 public List<AdsActionStats> getCatalogSegmentValue() { 1655 return this.catalogSegmentValue; 1656 } 1657 1658 @java.lang.SuppressWarnings("all") 1659 @lombok.Generated 1660 public List<AdsActionStats> getCatalogSegmentValueMobilePurchaseRoas() { 1661 return this.catalogSegmentValueMobilePurchaseRoas; 1662 } 1663 1664 @java.lang.SuppressWarnings("all") 1665 @lombok.Generated 1666 public List<AdsActionStats> getCatalogSegmentValueOmniPurchaseRoas() { 1667 return this.catalogSegmentValueOmniPurchaseRoas; 1668 } 1669 1670 @java.lang.SuppressWarnings("all") 1671 @lombok.Generated 1672 public List<AdsActionStats> getCatalogSegmentValueWebsitePurchaseRoas() { 1673 return this.catalogSegmentValueWebsitePurchaseRoas; 1674 } 1675 1676 @java.lang.SuppressWarnings("all") 1677 @lombok.Generated 1678 public String getClicks() { 1679 return this.clicks; 1680 } 1681 1682 @java.lang.SuppressWarnings("all") 1683 @lombok.Generated 1684 public String getConversionLeadRate() { 1685 return this.conversionLeadRate; 1686 } 1687 1688 @java.lang.SuppressWarnings("all") 1689 @lombok.Generated 1690 public String getConversionRateRanking() { 1691 return this.conversionRateRanking; 1692 } 1693 1694 @java.lang.SuppressWarnings("all") 1695 @lombok.Generated 1696 public List<AdsActionStats> getConversionValues() { 1697 return this.conversionValues; 1698 } 1699 1700 @java.lang.SuppressWarnings("all") 1701 @lombok.Generated 1702 public List<AdsActionStats> getConversions() { 1703 return this.conversions; 1704 } 1705 1706 @java.lang.SuppressWarnings("all") 1707 @lombok.Generated 1708 public List<AdsActionStats> getConvertedProductQuantity() { 1709 return this.convertedProductQuantity; 1710 } 1711 1712 @java.lang.SuppressWarnings("all") 1713 @lombok.Generated 1714 public List<AdsActionStats> getConvertedProductValue() { 1715 return this.convertedProductValue; 1716 } 1717 1718 @java.lang.SuppressWarnings("all") 1719 @lombok.Generated 1720 public List<AdsActionStats> getCostPer15SecVideoView() { 1721 return this.costPer15SecVideoView; 1722 } 1723 1724 @java.lang.SuppressWarnings("all") 1725 @lombok.Generated 1726 public List<AdsActionStats> getCostPer2SecContinuousVideoView() { 1727 return this.costPer2SecContinuousVideoView; 1728 } 1729 1730 @java.lang.SuppressWarnings("all") 1731 @lombok.Generated 1732 public List<AdsActionStats> getCostPerActionType() { 1733 return this.costPerActionType; 1734 } 1735 1736 @java.lang.SuppressWarnings("all") 1737 @lombok.Generated 1738 public List<AdsActionStats> getCostPerAdClick() { 1739 return this.costPerAdClick; 1740 } 1741 1742 @java.lang.SuppressWarnings("all") 1743 @lombok.Generated 1744 public List<AdsActionStats> getCostPerConversion() { 1745 return this.costPerConversion; 1746 } 1747 1748 @java.lang.SuppressWarnings("all") 1749 @lombok.Generated 1750 public String getCostPerConversionLead() { 1751 return this.costPerConversionLead; 1752 } 1753 1754 @java.lang.SuppressWarnings("all") 1755 @lombok.Generated 1756 public String getCostPerDdaCountbyConvs() { 1757 return this.costPerDdaCountbyConvs; 1758 } 1759 1760 @java.lang.SuppressWarnings("all") 1761 @lombok.Generated 1762 public String getCostPerEstimatedAdRecallers() { 1763 return this.costPerEstimatedAdRecallers; 1764 } 1765 1766 @java.lang.SuppressWarnings("all") 1767 @lombok.Generated 1768 public String getCostPerInlineLinkClick() { 1769 return this.costPerInlineLinkClick; 1770 } 1771 1772 @java.lang.SuppressWarnings("all") 1773 @lombok.Generated 1774 public String getCostPerInlinePostEngagement() { 1775 return this.costPerInlinePostEngagement; 1776 } 1777 1778 @java.lang.SuppressWarnings("all") 1779 @lombok.Generated 1780 public List<AdsActionStats> getCostPerOneThousandAdImpression() { 1781 return this.costPerOneThousandAdImpression; 1782 } 1783 1784 @java.lang.SuppressWarnings("all") 1785 @lombok.Generated 1786 public List<AdsActionStats> getCostPerOutboundClick() { 1787 return this.costPerOutboundClick; 1788 } 1789 1790 @java.lang.SuppressWarnings("all") 1791 @lombok.Generated 1792 public List<AdsActionStats> getCostPerThruplay() { 1793 return this.costPerThruplay; 1794 } 1795 1796 @java.lang.SuppressWarnings("all") 1797 @lombok.Generated 1798 public List<AdsActionStats> getCostPerUniqueActionType() { 1799 return this.costPerUniqueActionType; 1800 } 1801 1802 @java.lang.SuppressWarnings("all") 1803 @lombok.Generated 1804 public String getCostPerUniqueClick() { 1805 return this.costPerUniqueClick; 1806 } 1807 1808 @java.lang.SuppressWarnings("all") 1809 @lombok.Generated 1810 public List<AdsActionStats> getCostPerUniqueConversion() { 1811 return this.costPerUniqueConversion; 1812 } 1813 1814 @java.lang.SuppressWarnings("all") 1815 @lombok.Generated 1816 public String getCostPerUniqueInlineLinkClick() { 1817 return this.costPerUniqueInlineLinkClick; 1818 } 1819 1820 @java.lang.SuppressWarnings("all") 1821 @lombok.Generated 1822 public List<AdsActionStats> getCostPerUniqueOutboundClick() { 1823 return this.costPerUniqueOutboundClick; 1824 } 1825 1826 @java.lang.SuppressWarnings("all") 1827 @lombok.Generated 1828 public String getCpc() { 1829 return this.cpc; 1830 } 1831 1832 @java.lang.SuppressWarnings("all") 1833 @lombok.Generated 1834 public String getCpm() { 1835 return this.cpm; 1836 } 1837 1838 @java.lang.SuppressWarnings("all") 1839 @lombok.Generated 1840 public String getCpp() { 1841 return this.cpp; 1842 } 1843 1844 @java.lang.SuppressWarnings("all") 1845 @lombok.Generated 1846 public String getCreatedTime() { 1847 return this.createdTime; 1848 } 1849 1850 @java.lang.SuppressWarnings("all") 1851 @lombok.Generated 1852 public String getCreativeMediaType() { 1853 return this.creativeMediaType; 1854 } 1855 1856 @java.lang.SuppressWarnings("all") 1857 @lombok.Generated 1858 public String getCtr() { 1859 return this.ctr; 1860 } 1861 1862 @java.lang.SuppressWarnings("all") 1863 @lombok.Generated 1864 public Date getDateStart() { 1865 return this.dateStart; 1866 } 1867 1868 @java.lang.SuppressWarnings("all") 1869 @lombok.Generated 1870 public Date getDateStop() { 1871 return this.dateStop; 1872 } 1873 1874 @java.lang.SuppressWarnings("all") 1875 @lombok.Generated 1876 public String getDdaCountbyConvs() { 1877 return this.ddaCountbyConvs; 1878 } 1879 1880 @java.lang.SuppressWarnings("all") 1881 @lombok.Generated 1882 public List<JsonObject> getDdaResults() { 1883 return this.ddaResults; 1884 } 1885 1886 @java.lang.SuppressWarnings("all") 1887 @lombok.Generated 1888 public String getEngagementRateRanking() { 1889 return this.engagementRateRanking; 1890 } 1891 1892 @java.lang.SuppressWarnings("all") 1893 @lombok.Generated 1894 public String getEstimatedAdRecallRate() { 1895 return this.estimatedAdRecallRate; 1896 } 1897 1898 @java.lang.SuppressWarnings("all") 1899 @lombok.Generated 1900 public String getEstimatedAdRecallRateLowerBound() { 1901 return this.estimatedAdRecallRateLowerBound; 1902 } 1903 1904 @java.lang.SuppressWarnings("all") 1905 @lombok.Generated 1906 public String getEstimatedAdRecallRateUpperBound() { 1907 return this.estimatedAdRecallRateUpperBound; 1908 } 1909 1910 @java.lang.SuppressWarnings("all") 1911 @lombok.Generated 1912 public String getEstimatedAdRecallers() { 1913 return this.estimatedAdRecallers; 1914 } 1915 1916 @java.lang.SuppressWarnings("all") 1917 @lombok.Generated 1918 public String getEstimatedAdRecallersLowerBound() { 1919 return this.estimatedAdRecallersLowerBound; 1920 } 1921 1922 @java.lang.SuppressWarnings("all") 1923 @lombok.Generated 1924 public String getEstimatedAdRecallersUpperBound() { 1925 return this.estimatedAdRecallersUpperBound; 1926 } 1927 1928 @java.lang.SuppressWarnings("all") 1929 @lombok.Generated 1930 public String getFrequency() { 1931 return this.frequency; 1932 } 1933 1934 @java.lang.SuppressWarnings("all") 1935 @lombok.Generated 1936 public String getFullViewImpressions() { 1937 return this.fullViewImpressions; 1938 } 1939 1940 @java.lang.SuppressWarnings("all") 1941 @lombok.Generated 1942 public String getFullViewReach() { 1943 return this.fullViewReach; 1944 } 1945 1946 @java.lang.SuppressWarnings("all") 1947 @lombok.Generated 1948 public String getGenderTargeting() { 1949 return this.genderTargeting; 1950 } 1951 1952 @java.lang.SuppressWarnings("all") 1953 @lombok.Generated 1954 public String getImpressions() { 1955 return this.impressions; 1956 } 1957 1958 @java.lang.SuppressWarnings("all") 1959 @lombok.Generated 1960 public String getInlineLinkClickCtr() { 1961 return this.inlineLinkClickCtr; 1962 } 1963 1964 @java.lang.SuppressWarnings("all") 1965 @lombok.Generated 1966 public String getInlineLinkClicks() { 1967 return this.inlineLinkClicks; 1968 } 1969 1970 @java.lang.SuppressWarnings("all") 1971 @lombok.Generated 1972 public String getInlinePostEngagement() { 1973 return this.inlinePostEngagement; 1974 } 1975 1976 @java.lang.SuppressWarnings("all") 1977 @lombok.Generated 1978 public String getInstagramUpcomingEventRemindersSet() { 1979 return this.instagramUpcomingEventRemindersSet; 1980 } 1981 1982 @java.lang.SuppressWarnings("all") 1983 @lombok.Generated 1984 public String getInstantExperienceClicksToOpen() { 1985 return this.instantExperienceClicksToOpen; 1986 } 1987 1988 @java.lang.SuppressWarnings("all") 1989 @lombok.Generated 1990 public String getInstantExperienceClicksToStart() { 1991 return this.instantExperienceClicksToStart; 1992 } 1993 1994 @java.lang.SuppressWarnings("all") 1995 @lombok.Generated 1996 public List<AdsActionStats> getInstantExperienceOutboundClicks() { 1997 return this.instantExperienceOutboundClicks; 1998 } 1999 2000 @java.lang.SuppressWarnings("all") 2001 @lombok.Generated 2002 public List<AdsActionStats> getInteractiveComponentTap() { 2003 return this.interactiveComponentTap; 2004 } 2005 2006 @java.lang.SuppressWarnings("all") 2007 @lombok.Generated 2008 public String getLabels() { 2009 return this.labels; 2010 } 2011 2012 @java.lang.SuppressWarnings("all") 2013 @lombok.Generated 2014 public String getLocation() { 2015 return this.location; 2016 } 2017 2018 @java.lang.SuppressWarnings("all") 2019 @lombok.Generated 2020 public String getMarketingMessagesCostPerDelivered() { 2021 return this.marketingMessagesCostPerDelivered; 2022 } 2023 2024 @java.lang.SuppressWarnings("all") 2025 @lombok.Generated 2026 public String getMarketingMessagesCostPerLinkBtnClick() { 2027 return this.marketingMessagesCostPerLinkBtnClick; 2028 } 2029 2030 @java.lang.SuppressWarnings("all") 2031 @lombok.Generated 2032 public String getMarketingMessagesSpend() { 2033 return this.marketingMessagesSpend; 2034 } 2035 2036 @java.lang.SuppressWarnings("all") 2037 @lombok.Generated 2038 public List<AdsActionStats> getMobileAppPurchaseRoas() { 2039 return this.mobileAppPurchaseRoas; 2040 } 2041 2042 @java.lang.SuppressWarnings("all") 2043 @lombok.Generated 2044 public String getObjective() { 2045 return this.objective; 2046 } 2047 2048 @java.lang.SuppressWarnings("all") 2049 @lombok.Generated 2050 public String getOptimizationGoal() { 2051 return this.optimizationGoal; 2052 } 2053 2054 @java.lang.SuppressWarnings("all") 2055 @lombok.Generated 2056 public List<AdsActionStats> getOutboundClicks() { 2057 return this.outboundClicks; 2058 } 2059 2060 @java.lang.SuppressWarnings("all") 2061 @lombok.Generated 2062 public List<AdsActionStats> getOutboundClicksCtr() { 2063 return this.outboundClicksCtr; 2064 } 2065 2066 @java.lang.SuppressWarnings("all") 2067 @lombok.Generated 2068 public String getPlacePageName() { 2069 return this.placePageName; 2070 } 2071 2072 @java.lang.SuppressWarnings("all") 2073 @lombok.Generated 2074 public List<AdsActionStats> getPurchaseRoas() { 2075 return this.purchaseRoas; 2076 } 2077 2078 @java.lang.SuppressWarnings("all") 2079 @lombok.Generated 2080 public String getQualifyingQuestionQualifyAnswerRate() { 2081 return this.qualifyingQuestionQualifyAnswerRate; 2082 } 2083 2084 @java.lang.SuppressWarnings("all") 2085 @lombok.Generated 2086 public String getQualityRanking() { 2087 return this.qualityRanking; 2088 } 2089 2090 @java.lang.SuppressWarnings("all") 2091 @lombok.Generated 2092 public String getReach() { 2093 return this.reach; 2094 } 2095 2096 @java.lang.SuppressWarnings("all") 2097 @lombok.Generated 2098 public String getSocialSpend() { 2099 return this.socialSpend; 2100 } 2101 2102 @java.lang.SuppressWarnings("all") 2103 @lombok.Generated 2104 public String getSpend() { 2105 return this.spend; 2106 } 2107 2108 @java.lang.SuppressWarnings("all") 2109 @lombok.Generated 2110 public String getTotalPostbacks() { 2111 return this.totalPostbacks; 2112 } 2113 2114 @java.lang.SuppressWarnings("all") 2115 @lombok.Generated 2116 public List<AdsActionStats> getTotalPostbacksDetailed() { 2117 return this.totalPostbacksDetailed; 2118 } 2119 2120 @java.lang.SuppressWarnings("all") 2121 @lombok.Generated 2122 public List<AdsActionStats> getTotalPostbacksDetailedV4() { 2123 return this.totalPostbacksDetailedV4; 2124 } 2125 2126 @java.lang.SuppressWarnings("all") 2127 @lombok.Generated 2128 public List<AdsActionStats> getUniqueActions() { 2129 return this.uniqueActions; 2130 } 2131 2132 @java.lang.SuppressWarnings("all") 2133 @lombok.Generated 2134 public String getUniqueClicks() { 2135 return this.uniqueClicks; 2136 } 2137 2138 @java.lang.SuppressWarnings("all") 2139 @lombok.Generated 2140 public List<AdsActionStats> getUniqueConversions() { 2141 return this.uniqueConversions; 2142 } 2143 2144 @java.lang.SuppressWarnings("all") 2145 @lombok.Generated 2146 public String getUniqueCtr() { 2147 return this.uniqueCtr; 2148 } 2149 2150 @java.lang.SuppressWarnings("all") 2151 @lombok.Generated 2152 public String getUniqueInlineLinkClickCtr() { 2153 return this.uniqueInlineLinkClickCtr; 2154 } 2155 2156 @java.lang.SuppressWarnings("all") 2157 @lombok.Generated 2158 public String getUniqueInlineLinkClicks() { 2159 return this.uniqueInlineLinkClicks; 2160 } 2161 2162 @java.lang.SuppressWarnings("all") 2163 @lombok.Generated 2164 public String getUniqueLinkClicksCtr() { 2165 return this.uniqueLinkClicksCtr; 2166 } 2167 2168 @java.lang.SuppressWarnings("all") 2169 @lombok.Generated 2170 public List<AdsActionStats> getUniqueOutboundClicks() { 2171 return this.uniqueOutboundClicks; 2172 } 2173 2174 @java.lang.SuppressWarnings("all") 2175 @lombok.Generated 2176 public List<AdsActionStats> getUniqueOutboundClicksCtr() { 2177 return this.uniqueOutboundClicksCtr; 2178 } 2179 2180 @java.lang.SuppressWarnings("all") 2181 @lombok.Generated 2182 public List<AdsActionStats> getUniqueVideoContinuous2SecWatchedActions() { 2183 return this.uniqueVideoContinuous2SecWatchedActions; 2184 } 2185 2186 @java.lang.SuppressWarnings("all") 2187 @lombok.Generated 2188 public List<AdsActionStats> getUniqueVideoView15Sec() { 2189 return this.uniqueVideoView15Sec; 2190 } 2191 2192 @java.lang.SuppressWarnings("all") 2193 @lombok.Generated 2194 public String getUpdatedTime() { 2195 return this.updatedTime; 2196 } 2197 2198 @java.lang.SuppressWarnings("all") 2199 @lombok.Generated 2200 public List<AdsActionStats> getVideo15SecWatchedActions() { 2201 return this.video15SecWatchedActions; 2202 } 2203 2204 @java.lang.SuppressWarnings("all") 2205 @lombok.Generated 2206 public List<AdsActionStats> getVideo30SecWatchedActions() { 2207 return this.video30SecWatchedActions; 2208 } 2209 2210 @java.lang.SuppressWarnings("all") 2211 @lombok.Generated 2212 public List<AdsActionStats> getVideoAvgTimeWatchedActions() { 2213 return this.videoAvgTimeWatchedActions; 2214 } 2215 2216 @java.lang.SuppressWarnings("all") 2217 @lombok.Generated 2218 public List<AdsActionStats> getVideoContinuous2SecWatchedActions() { 2219 return this.videoContinuous2SecWatchedActions; 2220 } 2221 2222 @java.lang.SuppressWarnings("all") 2223 @lombok.Generated 2224 public List<AdsActionStats> getVideoP100WatchedActions() { 2225 return this.videoP100WatchedActions; 2226 } 2227 2228 @java.lang.SuppressWarnings("all") 2229 @lombok.Generated 2230 public List<AdsActionStats> getVideoP25WatchedActions() { 2231 return this.videoP25WatchedActions; 2232 } 2233 2234 @java.lang.SuppressWarnings("all") 2235 @lombok.Generated 2236 public List<AdsActionStats> getVideoP50WatchedActions() { 2237 return this.videoP50WatchedActions; 2238 } 2239 2240 @java.lang.SuppressWarnings("all") 2241 @lombok.Generated 2242 public List<AdsActionStats> getVideoP75WatchedActions() { 2243 return this.videoP75WatchedActions; 2244 } 2245 2246 @java.lang.SuppressWarnings("all") 2247 @lombok.Generated 2248 public List<AdsActionStats> getVideoP95WatchedActions() { 2249 return this.videoP95WatchedActions; 2250 } 2251 2252 @java.lang.SuppressWarnings("all") 2253 @lombok.Generated 2254 public List<AdsActionStats> getVideoPlayActions() { 2255 return this.videoPlayActions; 2256 } 2257 2258 @java.lang.SuppressWarnings("all") 2259 @lombok.Generated 2260 public List<AdsHistogramStats> getVideoPlayCurveActions() { 2261 return this.videoPlayCurveActions; 2262 } 2263 2264 @java.lang.SuppressWarnings("all") 2265 @lombok.Generated 2266 public List<AdsHistogramStats> getVideoPlayRetention0To15sActions() { 2267 return this.videoPlayRetention0To15sActions; 2268 } 2269 2270 @java.lang.SuppressWarnings("all") 2271 @lombok.Generated 2272 public List<AdsHistogramStats> getVideoPlayRetention20To60sActions() { 2273 return this.videoPlayRetention20To60sActions; 2274 } 2275 2276 @java.lang.SuppressWarnings("all") 2277 @lombok.Generated 2278 public List<AdsHistogramStats> getVideoPlayRetentionGraphActions() { 2279 return this.videoPlayRetentionGraphActions; 2280 } 2281 2282 @java.lang.SuppressWarnings("all") 2283 @lombok.Generated 2284 public List<AdsActionStats> getVideoThruplayWatchedActions() { 2285 return this.videoThruplayWatchedActions; 2286 } 2287 2288 @java.lang.SuppressWarnings("all") 2289 @lombok.Generated 2290 public List<AdsActionStats> getVideoTimeWatchedActions() { 2291 return this.videoTimeWatchedActions; 2292 } 2293 2294 @java.lang.SuppressWarnings("all") 2295 @lombok.Generated 2296 public List<AdsActionStats> getWebsiteCtr() { 2297 return this.websiteCtr; 2298 } 2299 2300 @java.lang.SuppressWarnings("all") 2301 @lombok.Generated 2302 public List<AdsActionStats> getWebsitePurchaseRoas() { 2303 return this.websitePurchaseRoas; 2304 } 2305 2306 @java.lang.SuppressWarnings("all") 2307 @lombok.Generated 2308 public String getWishBid() { 2309 return this.wishBid; 2310 } 2311 2312 @java.lang.SuppressWarnings("all") 2313 @lombok.Generated 2314 public String getAdFormatAsset() { 2315 return this.adFormatAsset; 2316 } 2317 2318 @java.lang.SuppressWarnings("all") 2319 @lombok.Generated 2320 public String getAge() { 2321 return this.age; 2322 } 2323 2324 @java.lang.SuppressWarnings("all") 2325 @lombok.Generated 2326 public String getAppId() { 2327 return this.appId; 2328 } 2329 2330 @java.lang.SuppressWarnings("all") 2331 @lombok.Generated 2332 public String getBodyAsset() { 2333 return this.bodyAsset; 2334 } 2335 2336 @java.lang.SuppressWarnings("all") 2337 @lombok.Generated 2338 public String getCallToActionAsset() { 2339 return this.callToActionAsset; 2340 } 2341 2342 @java.lang.SuppressWarnings("all") 2343 @lombok.Generated 2344 public String getCoarseConversionValue() { 2345 return this.coarseConversionValue; 2346 } 2347 2348 @java.lang.SuppressWarnings("all") 2349 @lombok.Generated 2350 public String getCountry() { 2351 return this.country; 2352 } 2353 2354 @java.lang.SuppressWarnings("all") 2355 @lombok.Generated 2356 public String getDescriptionAsset() { 2357 return this.descriptionAsset; 2358 } 2359 2360 @java.lang.SuppressWarnings("all") 2361 @lombok.Generated 2362 public String getDevicePlatform() { 2363 return this.devicePlatform; 2364 } 2365 2366 @java.lang.SuppressWarnings("all") 2367 @lombok.Generated 2368 public String getDma() { 2369 return this.dma; 2370 } 2371 2372 @java.lang.SuppressWarnings("all") 2373 @lombok.Generated 2374 public String getFidelityType() { 2375 return this.fidelityType; 2376 } 2377 2378 @java.lang.SuppressWarnings("all") 2379 @lombok.Generated 2380 public String getFrequencyValue() { 2381 return this.frequencyValue; 2382 } 2383 2384 @java.lang.SuppressWarnings("all") 2385 @lombok.Generated 2386 public String getGender() { 2387 return this.gender; 2388 } 2389 2390 @java.lang.SuppressWarnings("all") 2391 @lombok.Generated 2392 public String getHourlyStatsAggregatedByAdvertiserTimeZone() { 2393 return this.hourlyStatsAggregatedByAdvertiserTimeZone; 2394 } 2395 2396 @java.lang.SuppressWarnings("all") 2397 @lombok.Generated 2398 public String getHourlyStatsAggregatedByAudienceTimeZone() { 2399 return this.hourlyStatsAggregatedByAudienceTimeZone; 2400 } 2401 2402 @java.lang.SuppressWarnings("all") 2403 @lombok.Generated 2404 public String getHsid() { 2405 return this.hsid; 2406 } 2407 2408 @java.lang.SuppressWarnings("all") 2409 @lombok.Generated 2410 public String getImageAsset() { 2411 return this.imageAsset; 2412 } 2413 2414 @java.lang.SuppressWarnings("all") 2415 @lombok.Generated 2416 public String getImpressionDevice() { 2417 return this.impressionDevice; 2418 } 2419 2420 @java.lang.SuppressWarnings("all") 2421 @lombok.Generated 2422 public String getIsConversionIdModeled() { 2423 return this.isConversionIdModeled; 2424 } 2425 2426 @java.lang.SuppressWarnings("all") 2427 @lombok.Generated 2428 public String getLinkUrlAsset() { 2429 return this.linkUrlAsset; 2430 } 2431 2432 @java.lang.SuppressWarnings("all") 2433 @lombok.Generated 2434 public String getMarketingMessagesBtnName() { 2435 return this.marketingMessagesBtnName; 2436 } 2437 2438 @java.lang.SuppressWarnings("all") 2439 @lombok.Generated 2440 public String getMdsaLandingDestination() { 2441 return this.mdsaLandingDestination; 2442 } 2443 2444 @java.lang.SuppressWarnings("all") 2445 @lombok.Generated 2446 public String getMediaAssetUrl() { 2447 return this.mediaAssetUrl; 2448 } 2449 2450 @java.lang.SuppressWarnings("all") 2451 @lombok.Generated 2452 public String getMediaCreator() { 2453 return this.mediaCreator; 2454 } 2455 2456 @java.lang.SuppressWarnings("all") 2457 @lombok.Generated 2458 public String getMediaDestinationUrl() { 2459 return this.mediaDestinationUrl; 2460 } 2461 2462 @java.lang.SuppressWarnings("all") 2463 @lombok.Generated 2464 public String getMediaFormat() { 2465 return this.mediaFormat; 2466 } 2467 2468 @java.lang.SuppressWarnings("all") 2469 @lombok.Generated 2470 public String getMediaOriginUrl() { 2471 return this.mediaOriginUrl; 2472 } 2473 2474 @java.lang.SuppressWarnings("all") 2475 @lombok.Generated 2476 public String getMediaTextContent() { 2477 return this.mediaTextContent; 2478 } 2479 2480 @java.lang.SuppressWarnings("all") 2481 @lombok.Generated 2482 public String getMmm() { 2483 return this.mmm; 2484 } 2485 2486 @java.lang.SuppressWarnings("all") 2487 @lombok.Generated 2488 public String getPlacePageId() { 2489 return this.placePageId; 2490 } 2491 2492 @java.lang.SuppressWarnings("all") 2493 @lombok.Generated 2494 public String getPlatformPosition() { 2495 return this.platformPosition; 2496 } 2497 2498 @java.lang.SuppressWarnings("all") 2499 @lombok.Generated 2500 public String getPostbackSequenceIndex() { 2501 return this.postbackSequenceIndex; 2502 } 2503 2504 @java.lang.SuppressWarnings("all") 2505 @lombok.Generated 2506 public String getProductId() { 2507 return this.productId; 2508 } 2509 2510 @java.lang.SuppressWarnings("all") 2511 @lombok.Generated 2512 public String getPublisherPlatform() { 2513 return this.publisherPlatform; 2514 } 2515 2516 @java.lang.SuppressWarnings("all") 2517 @lombok.Generated 2518 public String getRedownload() { 2519 return this.redownload; 2520 } 2521 2522 @java.lang.SuppressWarnings("all") 2523 @lombok.Generated 2524 public String getRegion() { 2525 return this.region; 2526 } 2527 2528 @java.lang.SuppressWarnings("all") 2529 @lombok.Generated 2530 public String getSkanCampaignId() { 2531 return this.skanCampaignId; 2532 } 2533 2534 @java.lang.SuppressWarnings("all") 2535 @lombok.Generated 2536 public String getSkanConversionId() { 2537 return this.skanConversionId; 2538 } 2539 2540 @java.lang.SuppressWarnings("all") 2541 @lombok.Generated 2542 public String getSkanVersion() { 2543 return this.skanVersion; 2544 } 2545 2546 @java.lang.SuppressWarnings("all") 2547 @lombok.Generated 2548 public String getStandardEventContentType() { 2549 return this.standardEventContentType; 2550 } 2551 2552 @java.lang.SuppressWarnings("all") 2553 @lombok.Generated 2554 public String getTitleAsset() { 2555 return this.titleAsset; 2556 } 2557 2558 @java.lang.SuppressWarnings("all") 2559 @lombok.Generated 2560 public String getVideoAsset() { 2561 return this.videoAsset; 2562 } 2563}