Package software.xdev.brevo.model
Class GetStatsByDevice
java.lang.Object
software.xdev.brevo.model.GetStatsByDevice
GetStatsByDevice
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondesktop(Map<String, GetDeviceBrowserStats> desktop) booleanStatistics of the campaign on the basis of desktop devicesStatistics of the campaign on the basis of mobile devicesStatistics of the campaign on the basis of tablet devicesStatistics of the campaign on the basis of unknown devicesinthashCode()mobile(Map<String, GetDeviceBrowserStats> mobile) putDesktopItem(String key, GetDeviceBrowserStats desktopItem) putMobileItem(String key, GetDeviceBrowserStats mobileItem) putTabletItem(String key, GetDeviceBrowserStats tabletItem) putUnknownItem(String key, GetDeviceBrowserStats unknownItem) voidsetDesktop(Map<String, GetDeviceBrowserStats> desktop) voidsetMobile(Map<String, GetDeviceBrowserStats> mobile) voidsetTablet(Map<String, GetDeviceBrowserStats> tablet) voidsetUnknown(Map<String, GetDeviceBrowserStats> unknown) tablet(Map<String, GetDeviceBrowserStats> tablet) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unknown(Map<String, GetDeviceBrowserStats> unknown)
-
Field Details
-
JSON_PROPERTY_DESKTOP
- See Also:
-
JSON_PROPERTY_MOBILE
- See Also:
-
JSON_PROPERTY_TABLET
- See Also:
-
JSON_PROPERTY_UNKNOWN
- See Also:
-
-
Constructor Details
-
GetStatsByDevice
public GetStatsByDevice()
-
-
Method Details
-
desktop
-
putDesktopItem
-
getDesktop
Statistics of the campaign on the basis of desktop devices- Returns:
- desktop
-
setDesktop
-
mobile
-
putMobileItem
-
getMobile
Statistics of the campaign on the basis of mobile devices- Returns:
- mobile
-
setMobile
-
tablet
-
putTabletItem
-
getTablet
Statistics of the campaign on the basis of tablet devices- Returns:
- tablet
-
setTablet
-
unknown
-
putUnknownItem
-
getUnknown
Statistics of the campaign on the basis of unknown devices- Returns:
- unknown
-
setUnknown
-
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
-