Package ai.promoted.delivery.model
Class ClientHints
java.lang.Object
ai.promoted.delivery.model.ClientHints
ClientHints
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBrandItem(ClientHintBrand brandItem) architecture(String architecture) brand(List<ClientHintBrand> brand) booleanReturn true if this ClientHints object is equal to o.Get architecturegetBrand()Get brandGet isMobilegetModel()Get modelGet platformGet platformVersionGet uaFullVersioninthashCode()platformVersion(String platformVersion) voidsetArchitecture(String architecture) voidsetBrand(List<ClientHintBrand> brand) voidsetIsMobile(Boolean isMobile) voidvoidsetPlatform(String platform) voidsetPlatformVersion(String platformVersion) voidsetUaFullVersion(String uaFullVersion) toString()uaFullVersion(String uaFullVersion)
-
Field Details
-
JSON_PROPERTY_ARCHITECTURE
- See Also:
-
JSON_PROPERTY_BRAND
- See Also:
-
JSON_PROPERTY_IS_MOBILE
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_PLATFORM_VERSION
- See Also:
-
JSON_PROPERTY_UA_FULL_VERSION
- See Also:
-
-
Constructor Details
-
ClientHints
public ClientHints()
-
-
Method Details
-
architecture
-
getArchitecture
Get architecture- Returns:
- architecture
-
setArchitecture
-
brand
-
addBrandItem
-
getBrand
Get brand- Returns:
- brand
-
setBrand
-
isMobile
-
getIsMobile
Get isMobile- Returns:
- isMobile
-
setIsMobile
-
model
-
getModel
Get model- Returns:
- model
-
setModel
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
platformVersion
-
getPlatformVersion
Get platformVersion- Returns:
- platformVersion
-
setPlatformVersion
-
uaFullVersion
-
getUaFullVersion
Get uaFullVersion- Returns:
- uaFullVersion
-
setUaFullVersion
-
equals
Return true if this ClientHints object is equal to o. -
hashCode
public int hashCode() -
toString
-