@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetDeviceBrowserStats extends Object
| Constructor and Description |
|---|
GetDeviceBrowserStats() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceBrowserStats |
clickers(Long clickers) |
boolean |
equals(Object o) |
Long |
getClickers()
Number of total clicks for the campaign using the particular browser
|
Long |
getUniqueClicks()
Number of unique clicks for the campaign using the particular browser
|
Long |
getUniqueViews()
Number of unique openings for the campaign using the particular browser
|
Long |
getViewed()
Number of openings for the campaign using the particular browser
|
int |
hashCode() |
void |
setClickers(Long clickers) |
void |
setUniqueClicks(Long uniqueClicks) |
void |
setUniqueViews(Long uniqueViews) |
void |
setViewed(Long viewed) |
String |
toString() |
GetDeviceBrowserStats |
uniqueClicks(Long uniqueClicks) |
GetDeviceBrowserStats |
uniqueViews(Long uniqueViews) |
GetDeviceBrowserStats |
viewed(Long viewed) |
public GetDeviceBrowserStats clickers(Long clickers)
public Long getClickers()
public void setClickers(Long clickers)
public GetDeviceBrowserStats uniqueClicks(Long uniqueClicks)
public Long getUniqueClicks()
public void setUniqueClicks(Long uniqueClicks)
public GetDeviceBrowserStats viewed(Long viewed)
public Long getViewed()
public void setViewed(Long viewed)
public GetDeviceBrowserStats uniqueViews(Long uniqueViews)
public Long getUniqueViews()
public void setUniqueViews(Long uniqueViews)
Copyright © 2021. All rights reserved.