Class/Object

org.coursera.naptime.schema

Attribute

Related Docs: object Attribute | package schema

Permalink

final class Attribute extends ScalaRecordTemplate with Product

Extra data related to an entity including deprecation information or documentation. Other uses of attributes include annotations to override defaults for code-generated clients. TODO(saeta): Move this to a proper scala type with a coercer and extra information.

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaRecordTemplate, ScalaTemplate, RecordTemplate, DataTemplate[DataMap], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Attribute
  2. Product
  3. Equals
  4. ScalaRecordTemplate
  5. ScalaTemplate
  6. RecordTemplate
  7. DataTemplate
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Attribute → Equals
  6. def clone(): Attribute

    Permalink
    Definition Classes
    Attribute → RecordTemplate → DataTemplate → AnyRef
  7. def contains(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  8. def copy(dataMap: DataMap, conversion: DataConversion): Attribute

    Permalink
    Definition Classes
    Attribute → ScalaRecordTemplate
  9. def copy(name: String = this.name, value: Option[JsValue] = this.value): Attribute

    Permalink
  10. def copy(): Attribute

    Permalink
    Definition Classes
    Attribute → RecordTemplate → DataTemplate
  11. def data(): DataMap

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Attribute → Equals → RecordTemplate → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    Attribute → RecordTemplate → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val name: String

    Permalink

    The name of the attribute.

  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def obtainCustomType[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  23. def obtainCustomType[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  24. def obtainDirect[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  25. def obtainDirect[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  26. def obtainWrapped[T <: DataTemplate[_]](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  27. def obtainWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  28. val productArity: Int

    Permalink
    Definition Classes
    Attribute → Product
  29. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Attribute → Product
  30. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  31. val productPrefix: String

    Permalink
    Definition Classes
    Attribute → Product
  32. def putCustomType[T](field: Field, valueClass: Class[T], dataClass: Class[_], obj: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  33. def putCustomType[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  34. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  35. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  36. def putDirect[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  37. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  38. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  39. def remove(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  40. def schema(): RecordDataSchema

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    Attribute → RecordTemplate → AnyRef → Any
  43. lazy val value: Option[JsValue]

    Permalink

    Arbitrary structured data to go along with the annotation.

  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from ScalaRecordTemplate

Inherited from ScalaTemplate

Inherited from RecordTemplate

Inherited from DataTemplate[DataMap]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped