Packages

object Device extends ValidatingThriftStructCodec3[Device] with Serializable

Linear Supertypes
Serializable, Serializable, ValidatingThriftStructCodec3[Device], ThriftStructCodec3[Device], ThriftStructCodec[Device], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Device
  2. Serializable
  3. Serializable
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Device

    The default read-only implementation of Device.

    The default read-only implementation of Device. You typically should not need to directly reference this class; instead, use the Device.apply method to construct new instances.

  2. trait Proxy extends Device

    This Proxy trait allows you to extend the Device trait with additional state or behavior and implement the read-only methods from Device using an underlying instance.

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. val DeviceClassField: TField
  5. val DeviceClassFieldI32: TField
  6. val DeviceClassFieldManifest: Manifest[DeviceClass]
  7. val ManufacturerField: TField
  8. val ManufacturerFieldManifest: Manifest[String]
  9. val NameField: TField
  10. val NameFieldManifest: Manifest[String]
  11. val NoPassthroughFields: Map[Short, TFieldBlob]
  12. val Struct: TStruct
  13. def apply(name: Option[String] = _root_.scala.None, manufacturer: Option[String] = _root_.scala.None, deviceClass: Option[DeviceClass] = _root_.scala.None): Device
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def decode(_iprot: TProtocol): Device
    Definition Classes
    Device → ThriftStructCodec
  17. def encode(_item: Device, _oproto: TProtocol): Unit
    Definition Classes
    Device → ThriftStructCodec
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. lazy val metaData: ThriftStructMetaData[Device]
    Definition Classes
    ThriftStructCodec
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. lazy val structAnnotations: Map[String, String]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  33. def unapply(_item: Device): Option[(Option[String], Option[String], Option[DeviceClass])]
  34. def validate(_item: Device): Unit

    Checks that all required fields are non-null.

  35. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  36. def validateNewInstance(item: Device): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Device → ValidatingThriftStructCodec3
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def withoutPassthroughFields(original: Device): Device
  41. object Immutable extends ThriftStructCodec3[Device] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ValidatingThriftStructCodec3[Device]

Inherited from ThriftStructCodec3[Device]

Inherited from ThriftStructCodec[Device]

Inherited from AnyRef

Inherited from Any

Ungrouped