Class WebEventDevice

java.lang.Object
com.mypurecloud.sdk.v2.model.WebEventDevice
All Implemented Interfaces:
Serializable

public class WebEventDevice extends Object implements Serializable
WebEventDevice
See Also:
  • Constructor Details

    • WebEventDevice

      public WebEventDevice()
    • WebEventDevice

      public WebEventDevice(Boolean initWithEmptyList)
  • Method Details

    • category

      public WebEventDevice category(WebEventDevice.CategoryEnum category)
      Device category.
    • getCategory

      public WebEventDevice.CategoryEnum getCategory()
    • setCategory

      public void setCategory(WebEventDevice.CategoryEnum category)
    • type

      public WebEventDevice type(String type)
      Device type (e.g. iPad, iPhone, Other).
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isMobile

      public WebEventDevice isMobile(Boolean isMobile)
      Flag that is true for mobile devices.
    • getIsMobile

      public Boolean getIsMobile()
    • setIsMobile

      public void setIsMobile(Boolean isMobile)
    • screenHeight

      public WebEventDevice screenHeight(Integer screenHeight)
      Device's screen height.
    • getScreenHeight

      public Integer getScreenHeight()
    • setScreenHeight

      public void setScreenHeight(Integer screenHeight)
    • screenWidth

      public WebEventDevice screenWidth(Integer screenWidth)
      Device's screen width.
    • getScreenWidth

      public Integer getScreenWidth()
    • setScreenWidth

      public void setScreenWidth(Integer screenWidth)
    • screenDensity

      public WebEventDevice screenDensity(Integer screenDensity)
      Device's screen density, measured as a scale factor where a value of 1 represents a baseline 1:1 ratio of pixels to logical (device-independent) pixels.
    • getScreenDensity

      public Integer getScreenDensity()
    • setScreenDensity

      public void setScreenDensity(Integer screenDensity)
    • osFamily

      public WebEventDevice osFamily(String osFamily)
      Operating system family.
    • getOsFamily

      public String getOsFamily()
    • setOsFamily

      public void setOsFamily(String osFamily)
    • osVersion

      public WebEventDevice osVersion(String osVersion)
      Operating system version.
    • getOsVersion

      public String getOsVersion()
    • setOsVersion

      public void setOsVersion(String osVersion)
    • manufacturer

      public WebEventDevice manufacturer(String manufacturer)
      Manufacturer of the device.
    • getManufacturer

      public String getManufacturer()
    • setManufacturer

      public void setManufacturer(String manufacturer)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object