Package ai.promoted.delivery.model
Class Device
- java.lang.Object
-
- ai.promoted.delivery.model.Device
-
public class Device extends Object
Device
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BRANDstatic StringJSON_PROPERTY_BROWSERstatic StringJSON_PROPERTY_DEVICE_TYPEstatic StringJSON_PROPERTY_IDENTIFIERstatic StringJSON_PROPERTY_IP_ADDRESSstatic StringJSON_PROPERTY_LOCALEstatic StringJSON_PROPERTY_LOCATIONstatic StringJSON_PROPERTY_MANUFACTURERstatic StringJSON_PROPERTY_OS_VERSIONstatic StringJSON_PROPERTY_PLATFORM_APP_VERSIONstatic StringJSON_PROPERTY_PROMOTED_MOBILE_SDK_VERSIONstatic StringJSON_PROPERTY_SCREEN
-
Constructor Summary
Constructors Constructor Description Device()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_BRAND
public static final String JSON_PROPERTY_BRAND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BROWSER
public static final String JSON_PROPERTY_BROWSER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEVICE_TYPE
public static final String JSON_PROPERTY_DEVICE_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IDENTIFIER
public static final String JSON_PROPERTY_IDENTIFIER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_IP_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCALE
public static final String JSON_PROPERTY_LOCALE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_LOCATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MANUFACTURER
public static final String JSON_PROPERTY_MANUFACTURER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_OS_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PLATFORM_APP_VERSION
public static final String JSON_PROPERTY_PLATFORM_APP_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROMOTED_MOBILE_SDK_VERSION
public static final String JSON_PROPERTY_PROMOTED_MOBILE_SDK_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCREEN
public static final String JSON_PROPERTY_SCREEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBrand
public String getBrand()
Get brand- Returns:
- brand
-
setBrand
public void setBrand(String brand)
-
getBrowser
public Browser getBrowser()
Get browser- Returns:
- browser
-
setBrowser
public void setBrowser(Browser browser)
-
getDeviceType
public Integer getDeviceType()
Get deviceType- Returns:
- deviceType
-
setDeviceType
public void setDeviceType(Integer deviceType)
-
getIdentifier
public String getIdentifier()
Get identifier- Returns:
- identifier
-
setIdentifier
public void setIdentifier(String identifier)
-
getIpAddress
public String getIpAddress()
Get ipAddress- Returns:
- ipAddress
-
setIpAddress
public void setIpAddress(String ipAddress)
-
getLocale
public Locale getLocale()
Get locale- Returns:
- locale
-
setLocale
public void setLocale(Locale locale)
-
getLocation
public Location getLocation()
Get location- Returns:
- location
-
setLocation
public void setLocation(Location location)
-
getManufacturer
public String getManufacturer()
Get manufacturer- Returns:
- manufacturer
-
setManufacturer
public void setManufacturer(String manufacturer)
-
getOsVersion
public String getOsVersion()
Get osVersion- Returns:
- osVersion
-
setOsVersion
public void setOsVersion(String osVersion)
-
getPlatformAppVersion
public String getPlatformAppVersion()
Get platformAppVersion- Returns:
- platformAppVersion
-
setPlatformAppVersion
public void setPlatformAppVersion(String platformAppVersion)
-
getPromotedMobileSdkVersion
public String getPromotedMobileSdkVersion()
Get promotedMobileSdkVersion- Returns:
- promotedMobileSdkVersion
-
setPromotedMobileSdkVersion
public void setPromotedMobileSdkVersion(String promotedMobileSdkVersion)
-
getScreen
public Screen getScreen()
Get screen- Returns:
- screen
-
setScreen
public void setScreen(Screen screen)
-
equals
public boolean equals(Object o)
Return true if this Device object is equal to o.
-
-