001// Generated by delombok at Sun Apr 14 14:59:49 CEST 2024
002/*
003 * Copyright (c) 2010-2024 Mark Allen, Norbert Bartels.
004 *
005 * Permission is hereby granted, free of charge, to any person obtaining a copy
006 * of this software and associated documentation files (the "Software"), to deal
007 * in the Software without restriction, including without limitation the rights
008 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
009 * copies of the Software, and to permit persons to whom the Software is
010 * furnished to do so, subject to the following conditions:
011 *
012 * The above copyright notice and this permission notice shall be included in
013 * all copies or substantial portions of the Software.
014 *
015 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
016 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
017 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
018 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
019 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
020 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
021 * THE SOFTWARE.
022 */
023package com.restfb.types.ads;
024
025import com.restfb.Facebook;
026import com.restfb.types.AbstractFacebookType;
027import java.util.ArrayList;
028import java.util.List;
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  public List<Long> getClick1d() {
099    return this.click1d;
100  }
101
102  @java.lang.SuppressWarnings("all")
103  public List<Long> getEv1d() {
104    return this.ev1d;
105  }
106
107  @java.lang.SuppressWarnings("all")
108  public List<Long> getView1d() {
109    return this.view1d;
110  }
111
112  @java.lang.SuppressWarnings("all")
113  public List<Long> getClick28d() {
114    return this.click28d;
115  }
116
117  @java.lang.SuppressWarnings("all")
118  public List<Long> getView28d() {
119    return this.view28d;
120  }
121
122  @java.lang.SuppressWarnings("all")
123  public List<Long> getClick7d() {
124    return this.click7d;
125  }
126
127  @java.lang.SuppressWarnings("all")
128  public List<Long> getView7d() {
129    return this.view7d;
130  }
131
132  @java.lang.SuppressWarnings("all")
133  public String getActionBrand() {
134    return this.actionBrand;
135  }
136
137  @java.lang.SuppressWarnings("all")
138  public String getActionCanvasComponentId() {
139    return this.actionCanvasComponentId;
140  }
141
142  @java.lang.SuppressWarnings("all")
143  public String getActionCanvasComponentName() {
144    return this.actionCanvasComponentName;
145  }
146
147  @java.lang.SuppressWarnings("all")
148  public String getActionCarouselCardId() {
149    return this.actionCarouselCardId;
150  }
151
152  @java.lang.SuppressWarnings("all")
153  public String getActionCarouselCardName() {
154    return this.actionCarouselCardName;
155  }
156
157  @java.lang.SuppressWarnings("all")
158  public String getActionCategory() {
159    return this.actionCategory;
160  }
161
162  @java.lang.SuppressWarnings("all")
163  public String getActionConvertedProductId() {
164    return this.actionConvertedProductId;
165  }
166
167  @java.lang.SuppressWarnings("all")
168  public String getActionDestination() {
169    return this.actionDestination;
170  }
171
172  @java.lang.SuppressWarnings("all")
173  public String getActionDevice() {
174    return this.actionDevice;
175  }
176
177  @java.lang.SuppressWarnings("all")
178  public String getActionEventChannel() {
179    return this.actionEventChannel;
180  }
181
182  @java.lang.SuppressWarnings("all")
183  public String getActionLinkClickDestination() {
184    return this.actionLinkClickDestination;
185  }
186
187  @java.lang.SuppressWarnings("all")
188  public String getActionLocationCode() {
189    return this.actionLocationCode;
190  }
191
192  @java.lang.SuppressWarnings("all")
193  public String getActionReaction() {
194    return this.actionReaction;
195  }
196
197  @java.lang.SuppressWarnings("all")
198  public String getActionTargetId() {
199    return this.actionTargetId;
200  }
201
202  @java.lang.SuppressWarnings("all")
203  public String getActionType() {
204    return this.actionType;
205  }
206
207  @java.lang.SuppressWarnings("all")
208  public String getActionVideoAssetId() {
209    return this.actionVideoAssetId;
210  }
211
212  @java.lang.SuppressWarnings("all")
213  public String getActionVideoSound() {
214    return this.actionVideoSound;
215  }
216
217  @java.lang.SuppressWarnings("all")
218  public String getActionVideoType() {
219    return this.actionVideoType;
220  }
221
222  @java.lang.SuppressWarnings("all")
223  public List<Long> getDda() {
224    return this.dda;
225  }
226
227  @java.lang.SuppressWarnings("all")
228  public List<Long> getInline() {
229    return this.inline;
230  }
231
232  @java.lang.SuppressWarnings("all")
233  public String getInteractiveComponentStickerId() {
234    return this.interactiveComponentStickerId;
235  }
236
237  @java.lang.SuppressWarnings("all")
238  public String getInteractiveComponentStickerResponse() {
239    return this.interactiveComponentStickerResponse;
240  }
241
242  @java.lang.SuppressWarnings("all")
243  public List<Long> getSkanClick() {
244    return this.skanClick;
245  }
246
247  @java.lang.SuppressWarnings("all")
248  public List<Long> getSkanView() {
249    return this.skanView;
250  }
251
252  @java.lang.SuppressWarnings("all")
253  public List<Long> getValue() {
254    return this.value;
255  }
256
257  @java.lang.SuppressWarnings("all")
258  public void setClick1d(final List<Long> click1d) {
259    this.click1d = click1d;
260  }
261
262  @java.lang.SuppressWarnings("all")
263  public void setEv1d(final List<Long> ev1d) {
264    this.ev1d = ev1d;
265  }
266
267  @java.lang.SuppressWarnings("all")
268  public void setView1d(final List<Long> view1d) {
269    this.view1d = view1d;
270  }
271
272  @java.lang.SuppressWarnings("all")
273  public void setClick28d(final List<Long> click28d) {
274    this.click28d = click28d;
275  }
276
277  @java.lang.SuppressWarnings("all")
278  public void setView28d(final List<Long> view28d) {
279    this.view28d = view28d;
280  }
281
282  @java.lang.SuppressWarnings("all")
283  public void setClick7d(final List<Long> click7d) {
284    this.click7d = click7d;
285  }
286
287  @java.lang.SuppressWarnings("all")
288  public void setView7d(final List<Long> view7d) {
289    this.view7d = view7d;
290  }
291
292  @java.lang.SuppressWarnings("all")
293  public void setActionBrand(final String actionBrand) {
294    this.actionBrand = actionBrand;
295  }
296
297  @java.lang.SuppressWarnings("all")
298  public void setActionCanvasComponentId(final String actionCanvasComponentId) {
299    this.actionCanvasComponentId = actionCanvasComponentId;
300  }
301
302  @java.lang.SuppressWarnings("all")
303  public void setActionCanvasComponentName(final String actionCanvasComponentName) {
304    this.actionCanvasComponentName = actionCanvasComponentName;
305  }
306
307  @java.lang.SuppressWarnings("all")
308  public void setActionCarouselCardId(final String actionCarouselCardId) {
309    this.actionCarouselCardId = actionCarouselCardId;
310  }
311
312  @java.lang.SuppressWarnings("all")
313  public void setActionCarouselCardName(final String actionCarouselCardName) {
314    this.actionCarouselCardName = actionCarouselCardName;
315  }
316
317  @java.lang.SuppressWarnings("all")
318  public void setActionCategory(final String actionCategory) {
319    this.actionCategory = actionCategory;
320  }
321
322  @java.lang.SuppressWarnings("all")
323  public void setActionConvertedProductId(final String actionConvertedProductId) {
324    this.actionConvertedProductId = actionConvertedProductId;
325  }
326
327  @java.lang.SuppressWarnings("all")
328  public void setActionDestination(final String actionDestination) {
329    this.actionDestination = actionDestination;
330  }
331
332  @java.lang.SuppressWarnings("all")
333  public void setActionDevice(final String actionDevice) {
334    this.actionDevice = actionDevice;
335  }
336
337  @java.lang.SuppressWarnings("all")
338  public void setActionEventChannel(final String actionEventChannel) {
339    this.actionEventChannel = actionEventChannel;
340  }
341
342  @java.lang.SuppressWarnings("all")
343  public void setActionLinkClickDestination(final String actionLinkClickDestination) {
344    this.actionLinkClickDestination = actionLinkClickDestination;
345  }
346
347  @java.lang.SuppressWarnings("all")
348  public void setActionLocationCode(final String actionLocationCode) {
349    this.actionLocationCode = actionLocationCode;
350  }
351
352  @java.lang.SuppressWarnings("all")
353  public void setActionReaction(final String actionReaction) {
354    this.actionReaction = actionReaction;
355  }
356
357  @java.lang.SuppressWarnings("all")
358  public void setActionTargetId(final String actionTargetId) {
359    this.actionTargetId = actionTargetId;
360  }
361
362  @java.lang.SuppressWarnings("all")
363  public void setActionType(final String actionType) {
364    this.actionType = actionType;
365  }
366
367  @java.lang.SuppressWarnings("all")
368  public void setActionVideoAssetId(final String actionVideoAssetId) {
369    this.actionVideoAssetId = actionVideoAssetId;
370  }
371
372  @java.lang.SuppressWarnings("all")
373  public void setActionVideoSound(final String actionVideoSound) {
374    this.actionVideoSound = actionVideoSound;
375  }
376
377  @java.lang.SuppressWarnings("all")
378  public void setActionVideoType(final String actionVideoType) {
379    this.actionVideoType = actionVideoType;
380  }
381
382  @java.lang.SuppressWarnings("all")
383  public void setDda(final List<Long> dda) {
384    this.dda = dda;
385  }
386
387  @java.lang.SuppressWarnings("all")
388  public void setInline(final List<Long> inline) {
389    this.inline = inline;
390  }
391
392  @java.lang.SuppressWarnings("all")
393  public void setInteractiveComponentStickerId(final String interactiveComponentStickerId) {
394    this.interactiveComponentStickerId = interactiveComponentStickerId;
395  }
396
397  @java.lang.SuppressWarnings("all")
398  public void setInteractiveComponentStickerResponse(final String interactiveComponentStickerResponse) {
399    this.interactiveComponentStickerResponse = interactiveComponentStickerResponse;
400  }
401
402  @java.lang.SuppressWarnings("all")
403  public void setSkanClick(final List<Long> skanClick) {
404    this.skanClick = skanClick;
405  }
406
407  @java.lang.SuppressWarnings("all")
408  public void setSkanView(final List<Long> skanView) {
409    this.skanView = skanView;
410  }
411
412  @java.lang.SuppressWarnings("all")
413  public void setValue(final List<Long> value) {
414    this.value = value;
415  }
416}