Package software.xdev.brevo.model
Class GetDeviceBrowserStats
java.lang.Object
software.xdev.brevo.model.GetDeviceBrowserStats
GetDeviceBrowserStats
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of total clicks for the campaign using the particular browserNumber of unique clicks for the campaign using the particular browserNumber of unique openings for the campaign using the particular browserNumber of openings for the campaign using the particular browserinthashCode()voidsetClickers(Long clickers) voidsetUniqueClicks(Long uniqueClicks) voidsetUniqueViews(Long uniqueViews) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.uniqueClicks(Long uniqueClicks) uniqueViews(Long uniqueViews)
-
Field Details
-
JSON_PROPERTY_CLICKERS
- See Also:
-
JSON_PROPERTY_UNIQUE_CLICKS
- See Also:
-
JSON_PROPERTY_VIEWED
- See Also:
-
JSON_PROPERTY_UNIQUE_VIEWS
- See Also:
-
-
Constructor Details
-
GetDeviceBrowserStats
public GetDeviceBrowserStats()
-
-
Method Details
-
clickers
-
getClickers
Number of total clicks for the campaign using the particular browser- Returns:
- clickers
-
setClickers
-
uniqueClicks
-
getUniqueClicks
Number of unique clicks for the campaign using the particular browser- Returns:
- uniqueClicks
-
setUniqueClicks
-
viewed
-
getViewed
Number of openings for the campaign using the particular browser- Returns:
- viewed
-
setViewed
-
uniqueViews
-
getUniqueViews
Number of unique openings for the campaign using the particular browser- Returns:
- uniqueViews
-
setUniqueViews
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-