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.ArrayList; 026import java.util.List; 027import com.restfb.Facebook; 028import com.restfb.types.AbstractFacebookType; 029 030public class AdsHistogramStats extends AbstractFacebookType { 031 private static final long serialVersionUID = 1L; 032 @Facebook("1d_click") 033 private List<Long> click1d = new ArrayList<>(); 034 @Facebook("1d_ev") 035 private List<Long> ev1d = new ArrayList<>(); 036 @Facebook("1d_view") 037 private List<Long> view1d = new ArrayList<>(); 038 @Facebook("28d_click") 039 private List<Long> click28d = new ArrayList<>(); 040 @Facebook("28d_view") 041 private List<Long> view28d = new ArrayList<>(); 042 @Facebook("7d_click") 043 private List<Long> click7d = new ArrayList<>(); 044 @Facebook("7d_view") 045 private List<Long> view7d = new ArrayList<>(); 046 @Facebook("action_brand") 047 private String actionBrand; 048 @Facebook("action_canvas_component_id") 049 private String actionCanvasComponentId; 050 @Facebook("action_canvas_component_name") 051 private String actionCanvasComponentName; 052 @Facebook("action_carousel_card_id") 053 private String actionCarouselCardId; 054 @Facebook("action_carousel_card_name") 055 private String actionCarouselCardName; 056 @Facebook("action_category") 057 private String actionCategory; 058 @Facebook("action_converted_product_id") 059 private String actionConvertedProductId; 060 @Facebook("action_destination") 061 private String actionDestination; 062 @Facebook("action_device") 063 private String actionDevice; 064 @Facebook("action_event_channel") 065 private String actionEventChannel; 066 @Facebook("action_link_click_destination") 067 private String actionLinkClickDestination; 068 @Facebook("action_location_code") 069 private String actionLocationCode; 070 @Facebook("action_reaction") 071 private String actionReaction; 072 @Facebook("action_target_id") 073 private String actionTargetId; 074 @Facebook("action_type") 075 private String actionType; 076 @Facebook("action_video_asset_id") 077 private String actionVideoAssetId; 078 @Facebook("action_video_sound") 079 private String actionVideoSound; 080 @Facebook("action_video_type") 081 private String actionVideoType; 082 @Facebook("dda") 083 private List<Long> dda = new ArrayList<>(); 084 @Facebook("inline") 085 private List<Long> inline = new ArrayList<>(); 086 @Facebook("interactive_component_sticker_id") 087 private String interactiveComponentStickerId; 088 @Facebook("interactive_component_sticker_response") 089 private String interactiveComponentStickerResponse; 090 @Facebook("skan_click") 091 private List<Long> skanClick = new ArrayList<>(); 092 @Facebook("skan_view") 093 private List<Long> skanView = new ArrayList<>(); 094 @Facebook("value") 095 private List<Long> value = new ArrayList<>(); 096 097 @java.lang.SuppressWarnings("all") 098 @lombok.Generated 099 public List<Long> getClick1d() { 100 return this.click1d; 101 } 102 103 @java.lang.SuppressWarnings("all") 104 @lombok.Generated 105 public List<Long> getEv1d() { 106 return this.ev1d; 107 } 108 109 @java.lang.SuppressWarnings("all") 110 @lombok.Generated 111 public List<Long> getView1d() { 112 return this.view1d; 113 } 114 115 @java.lang.SuppressWarnings("all") 116 @lombok.Generated 117 public List<Long> getClick28d() { 118 return this.click28d; 119 } 120 121 @java.lang.SuppressWarnings("all") 122 @lombok.Generated 123 public List<Long> getView28d() { 124 return this.view28d; 125 } 126 127 @java.lang.SuppressWarnings("all") 128 @lombok.Generated 129 public List<Long> getClick7d() { 130 return this.click7d; 131 } 132 133 @java.lang.SuppressWarnings("all") 134 @lombok.Generated 135 public List<Long> getView7d() { 136 return this.view7d; 137 } 138 139 @java.lang.SuppressWarnings("all") 140 @lombok.Generated 141 public String getActionBrand() { 142 return this.actionBrand; 143 } 144 145 @java.lang.SuppressWarnings("all") 146 @lombok.Generated 147 public String getActionCanvasComponentId() { 148 return this.actionCanvasComponentId; 149 } 150 151 @java.lang.SuppressWarnings("all") 152 @lombok.Generated 153 public String getActionCanvasComponentName() { 154 return this.actionCanvasComponentName; 155 } 156 157 @java.lang.SuppressWarnings("all") 158 @lombok.Generated 159 public String getActionCarouselCardId() { 160 return this.actionCarouselCardId; 161 } 162 163 @java.lang.SuppressWarnings("all") 164 @lombok.Generated 165 public String getActionCarouselCardName() { 166 return this.actionCarouselCardName; 167 } 168 169 @java.lang.SuppressWarnings("all") 170 @lombok.Generated 171 public String getActionCategory() { 172 return this.actionCategory; 173 } 174 175 @java.lang.SuppressWarnings("all") 176 @lombok.Generated 177 public String getActionConvertedProductId() { 178 return this.actionConvertedProductId; 179 } 180 181 @java.lang.SuppressWarnings("all") 182 @lombok.Generated 183 public String getActionDestination() { 184 return this.actionDestination; 185 } 186 187 @java.lang.SuppressWarnings("all") 188 @lombok.Generated 189 public String getActionDevice() { 190 return this.actionDevice; 191 } 192 193 @java.lang.SuppressWarnings("all") 194 @lombok.Generated 195 public String getActionEventChannel() { 196 return this.actionEventChannel; 197 } 198 199 @java.lang.SuppressWarnings("all") 200 @lombok.Generated 201 public String getActionLinkClickDestination() { 202 return this.actionLinkClickDestination; 203 } 204 205 @java.lang.SuppressWarnings("all") 206 @lombok.Generated 207 public String getActionLocationCode() { 208 return this.actionLocationCode; 209 } 210 211 @java.lang.SuppressWarnings("all") 212 @lombok.Generated 213 public String getActionReaction() { 214 return this.actionReaction; 215 } 216 217 @java.lang.SuppressWarnings("all") 218 @lombok.Generated 219 public String getActionTargetId() { 220 return this.actionTargetId; 221 } 222 223 @java.lang.SuppressWarnings("all") 224 @lombok.Generated 225 public String getActionType() { 226 return this.actionType; 227 } 228 229 @java.lang.SuppressWarnings("all") 230 @lombok.Generated 231 public String getActionVideoAssetId() { 232 return this.actionVideoAssetId; 233 } 234 235 @java.lang.SuppressWarnings("all") 236 @lombok.Generated 237 public String getActionVideoSound() { 238 return this.actionVideoSound; 239 } 240 241 @java.lang.SuppressWarnings("all") 242 @lombok.Generated 243 public String getActionVideoType() { 244 return this.actionVideoType; 245 } 246 247 @java.lang.SuppressWarnings("all") 248 @lombok.Generated 249 public List<Long> getDda() { 250 return this.dda; 251 } 252 253 @java.lang.SuppressWarnings("all") 254 @lombok.Generated 255 public List<Long> getInline() { 256 return this.inline; 257 } 258 259 @java.lang.SuppressWarnings("all") 260 @lombok.Generated 261 public String getInteractiveComponentStickerId() { 262 return this.interactiveComponentStickerId; 263 } 264 265 @java.lang.SuppressWarnings("all") 266 @lombok.Generated 267 public String getInteractiveComponentStickerResponse() { 268 return this.interactiveComponentStickerResponse; 269 } 270 271 @java.lang.SuppressWarnings("all") 272 @lombok.Generated 273 public List<Long> getSkanClick() { 274 return this.skanClick; 275 } 276 277 @java.lang.SuppressWarnings("all") 278 @lombok.Generated 279 public List<Long> getSkanView() { 280 return this.skanView; 281 } 282 283 @java.lang.SuppressWarnings("all") 284 @lombok.Generated 285 public List<Long> getValue() { 286 return this.value; 287 } 288 289 @java.lang.SuppressWarnings("all") 290 @lombok.Generated 291 public void setClick1d(final List<Long> click1d) { 292 this.click1d = click1d; 293 } 294 295 @java.lang.SuppressWarnings("all") 296 @lombok.Generated 297 public void setEv1d(final List<Long> ev1d) { 298 this.ev1d = ev1d; 299 } 300 301 @java.lang.SuppressWarnings("all") 302 @lombok.Generated 303 public void setView1d(final List<Long> view1d) { 304 this.view1d = view1d; 305 } 306 307 @java.lang.SuppressWarnings("all") 308 @lombok.Generated 309 public void setClick28d(final List<Long> click28d) { 310 this.click28d = click28d; 311 } 312 313 @java.lang.SuppressWarnings("all") 314 @lombok.Generated 315 public void setView28d(final List<Long> view28d) { 316 this.view28d = view28d; 317 } 318 319 @java.lang.SuppressWarnings("all") 320 @lombok.Generated 321 public void setClick7d(final List<Long> click7d) { 322 this.click7d = click7d; 323 } 324 325 @java.lang.SuppressWarnings("all") 326 @lombok.Generated 327 public void setView7d(final List<Long> view7d) { 328 this.view7d = view7d; 329 } 330 331 @java.lang.SuppressWarnings("all") 332 @lombok.Generated 333 public void setActionBrand(final String actionBrand) { 334 this.actionBrand = actionBrand; 335 } 336 337 @java.lang.SuppressWarnings("all") 338 @lombok.Generated 339 public void setActionCanvasComponentId(final String actionCanvasComponentId) { 340 this.actionCanvasComponentId = actionCanvasComponentId; 341 } 342 343 @java.lang.SuppressWarnings("all") 344 @lombok.Generated 345 public void setActionCanvasComponentName(final String actionCanvasComponentName) { 346 this.actionCanvasComponentName = actionCanvasComponentName; 347 } 348 349 @java.lang.SuppressWarnings("all") 350 @lombok.Generated 351 public void setActionCarouselCardId(final String actionCarouselCardId) { 352 this.actionCarouselCardId = actionCarouselCardId; 353 } 354 355 @java.lang.SuppressWarnings("all") 356 @lombok.Generated 357 public void setActionCarouselCardName(final String actionCarouselCardName) { 358 this.actionCarouselCardName = actionCarouselCardName; 359 } 360 361 @java.lang.SuppressWarnings("all") 362 @lombok.Generated 363 public void setActionCategory(final String actionCategory) { 364 this.actionCategory = actionCategory; 365 } 366 367 @java.lang.SuppressWarnings("all") 368 @lombok.Generated 369 public void setActionConvertedProductId(final String actionConvertedProductId) { 370 this.actionConvertedProductId = actionConvertedProductId; 371 } 372 373 @java.lang.SuppressWarnings("all") 374 @lombok.Generated 375 public void setActionDestination(final String actionDestination) { 376 this.actionDestination = actionDestination; 377 } 378 379 @java.lang.SuppressWarnings("all") 380 @lombok.Generated 381 public void setActionDevice(final String actionDevice) { 382 this.actionDevice = actionDevice; 383 } 384 385 @java.lang.SuppressWarnings("all") 386 @lombok.Generated 387 public void setActionEventChannel(final String actionEventChannel) { 388 this.actionEventChannel = actionEventChannel; 389 } 390 391 @java.lang.SuppressWarnings("all") 392 @lombok.Generated 393 public void setActionLinkClickDestination(final String actionLinkClickDestination) { 394 this.actionLinkClickDestination = actionLinkClickDestination; 395 } 396 397 @java.lang.SuppressWarnings("all") 398 @lombok.Generated 399 public void setActionLocationCode(final String actionLocationCode) { 400 this.actionLocationCode = actionLocationCode; 401 } 402 403 @java.lang.SuppressWarnings("all") 404 @lombok.Generated 405 public void setActionReaction(final String actionReaction) { 406 this.actionReaction = actionReaction; 407 } 408 409 @java.lang.SuppressWarnings("all") 410 @lombok.Generated 411 public void setActionTargetId(final String actionTargetId) { 412 this.actionTargetId = actionTargetId; 413 } 414 415 @java.lang.SuppressWarnings("all") 416 @lombok.Generated 417 public void setActionType(final String actionType) { 418 this.actionType = actionType; 419 } 420 421 @java.lang.SuppressWarnings("all") 422 @lombok.Generated 423 public void setActionVideoAssetId(final String actionVideoAssetId) { 424 this.actionVideoAssetId = actionVideoAssetId; 425 } 426 427 @java.lang.SuppressWarnings("all") 428 @lombok.Generated 429 public void setActionVideoSound(final String actionVideoSound) { 430 this.actionVideoSound = actionVideoSound; 431 } 432 433 @java.lang.SuppressWarnings("all") 434 @lombok.Generated 435 public void setActionVideoType(final String actionVideoType) { 436 this.actionVideoType = actionVideoType; 437 } 438 439 @java.lang.SuppressWarnings("all") 440 @lombok.Generated 441 public void setDda(final List<Long> dda) { 442 this.dda = dda; 443 } 444 445 @java.lang.SuppressWarnings("all") 446 @lombok.Generated 447 public void setInline(final List<Long> inline) { 448 this.inline = inline; 449 } 450 451 @java.lang.SuppressWarnings("all") 452 @lombok.Generated 453 public void setInteractiveComponentStickerId(final String interactiveComponentStickerId) { 454 this.interactiveComponentStickerId = interactiveComponentStickerId; 455 } 456 457 @java.lang.SuppressWarnings("all") 458 @lombok.Generated 459 public void setInteractiveComponentStickerResponse(final String interactiveComponentStickerResponse) { 460 this.interactiveComponentStickerResponse = interactiveComponentStickerResponse; 461 } 462 463 @java.lang.SuppressWarnings("all") 464 @lombok.Generated 465 public void setSkanClick(final List<Long> skanClick) { 466 this.skanClick = skanClick; 467 } 468 469 @java.lang.SuppressWarnings("all") 470 @lombok.Generated 471 public void setSkanView(final List<Long> skanView) { 472 this.skanView = skanView; 473 } 474 475 @java.lang.SuppressWarnings("all") 476 @lombok.Generated 477 public void setValue(final List<Long> value) { 478 this.value = value; 479 } 480}