Package ai.promoted.delivery.model
Class Device
java.lang.Object
ai.promoted.delivery.model.Device
Device
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeviceType(Integer deviceType) booleanReturn true if this Device object is equal to o.getBrand()Get brandGet browserGet deviceTypeGet identifierGet ipAddressGet localeGet locationGet manufacturerGet osVersionGet platformAppVersionGet promotedMobileSdkVersionGet screeninthashCode()identifier(String identifier) manufacturer(String manufacturer) platformAppVersion(String platformAppVersion) promotedMobileSdkVersion(String promotedMobileSdkVersion) voidvoidsetBrowser(Browser browser) voidsetDeviceType(Integer deviceType) voidsetIdentifier(String identifier) voidsetIpAddress(String ipAddress) voidvoidsetLocation(Location location) voidsetManufacturer(String manufacturer) voidsetOsVersion(String osVersion) voidsetPlatformAppVersion(String platformAppVersion) voidsetPromotedMobileSdkVersion(String promotedMobileSdkVersion) voidtoString()
-
Field Details
-
JSON_PROPERTY_BRAND
- See Also:
-
JSON_PROPERTY_BROWSER
- See Also:
-
JSON_PROPERTY_DEVICE_TYPE
- See Also:
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_MANUFACTURER
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_PLATFORM_APP_VERSION
- See Also:
-
JSON_PROPERTY_PROMOTED_MOBILE_SDK_VERSION
- See Also:
-
JSON_PROPERTY_SCREEN
- See Also:
-
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
brand
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
browser
-
getBrowser
Get browser- Returns:
- browser
-
setBrowser
-
deviceType
-
getDeviceType
Get deviceType- Returns:
- deviceType
-
setDeviceType
-
identifier
-
getIdentifier
Get identifier- Returns:
- identifier
-
setIdentifier
-
ipAddress
-
getIpAddress
Get ipAddress- Returns:
- ipAddress
-
setIpAddress
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
manufacturer
-
getManufacturer
Get manufacturer- Returns:
- manufacturer
-
setManufacturer
-
osVersion
-
getOsVersion
Get osVersion- Returns:
- osVersion
-
setOsVersion
-
platformAppVersion
-
getPlatformAppVersion
Get platformAppVersion- Returns:
- platformAppVersion
-
setPlatformAppVersion
-
promotedMobileSdkVersion
-
getPromotedMobileSdkVersion
Get promotedMobileSdkVersion- Returns:
- promotedMobileSdkVersion
-
setPromotedMobileSdkVersion
-
screen
-
getScreen
Get screen- Returns:
- screen
-
setScreen
-
equals
Return true if this Device object is equal to o. -
hashCode
public int hashCode() -
toString
-