Packages

  • package root
    Definition Classes
    root
  • package ophan
    Definition Classes
    root
  • package thrift
    Definition Classes
    ophan
  • package device
    Definition Classes
    thrift
  • object DeviceClass extends ThriftEnumObject[DeviceClass] with Product with Serializable

    This class is designed to match the DeviceClass returned from our user agent parsing library yauaa (see https://github.com/nielsbasjes/yauaa/blob/0fb59d61f5de6d9e77d7e78e1c5b153bdc6ed2aa/analyzer/src/main/java/nl/basjes/parse/useragent/classify/DeviceClass.java#L20).

    This class is designed to match the DeviceClass returned from our user agent parsing library yauaa (see https://github.com/nielsbasjes/yauaa/blob/0fb59d61f5de6d9e77d7e78e1c5b153bdc6ed2aa/analyzer/src/main/java/nl/basjes/parse/useragent/classify/DeviceClass.java#L20). Values added to this class should reflect what is in the yauaa class, we should not pollute it with values which do not represent devices like the GUARDIAN_ANDROID_NATIVE_APP found in ua.thrift

    Definition Classes
    device
    Annotations
    @Generated()
  • Anonymized
  • Desktop
  • EnumUnknownDeviceClass
  • Mobile
  • Phone
  • Tablet
c

ophan.thrift.device.DeviceClass

EnumUnknownDeviceClass

case class EnumUnknownDeviceClass(value: Int) extends DeviceClass with EnumItemUnknown with Product with Serializable

Linear Supertypes
Product, Equals, EnumItemUnknown, DeviceClass, Serializable, Serializable, ThriftEnum, TEnum, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumUnknownDeviceClass
  2. Product
  3. Equals
  4. EnumItemUnknown
  5. DeviceClass
  6. Serializable
  7. Serializable
  8. ThriftEnum
  9. TEnum
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumUnknownDeviceClass(value: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def getValue(): Int
    Definition Classes
    ThriftEnum → TEnum
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val name: String
    Definition Classes
    EnumUnknownDeviceClass → ThriftEnum
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def originalName: String
    Definition Classes
    EnumUnknownDeviceClass → ThriftEnum
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. val value: Int
    Definition Classes
    EnumUnknownDeviceClass → ThriftEnum
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from EnumItemUnknown

Inherited from DeviceClass

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftEnum

Inherited from TEnum

Inherited from AnyRef

Inherited from Any

Ungrouped