c

com.twosixlabs.dart.arangodb

ArangoCdrDocument

case class ArangoCdrDocument(captureSource: String = null, extractedMetadata: ArangoCdrMetadata = null, contentType: String = null, extractedNumeric: Map[String, String] = Map.empty, documentId: String = null, extractedText: String = null, uri: String = null, sourceUri: String = null, extractedNtriples: String = null, timestamp: OffsetDateTime, annotations: List[ArangoCdrAnnotation[Any]] = List.empty, labels: Set[String] = Set.empty, key: String) extends Product with Serializable

Annotations
@JsonInclude()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArangoCdrDocument
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArangoCdrDocument(captureSource: String = null, extractedMetadata: ArangoCdrMetadata = null, contentType: String = null, extractedNumeric: Map[String, String] = Map.empty, documentId: String = null, extractedText: String = null, uri: String = null, sourceUri: String = null, extractedNtriples: String = null, timestamp: OffsetDateTime, annotations: List[ArangoCdrAnnotation[Any]] = List.empty, labels: Set[String] = Set.empty, key: String)

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 annotations: List[ArangoCdrAnnotation[Any]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val captureSource: String
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val contentType: String
  9. val documentId: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val extractedMetadata: ArangoCdrMetadata
  12. val extractedNtriples: String
  13. val extractedNumeric: Map[String, String]
  14. val extractedText: String
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAnnotations(): List[ArangoCdrAnnotation[Any]]
  17. def getCaptureSource(): String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getContentType(): String
  20. def getDocumentId(): String
  21. def getExtractedMetadata(): ArangoCdrMetadata
  22. def getExtractedNtriples(): String
  23. def getExtractedNumeric(): Map[String, String]
  24. def getExtractedText(): String
  25. def getKey(): String
  26. def getLabels(): Set[String]
  27. def getSourceUri(): String
  28. def getTimestamp(): OffsetDateTime
  29. def getUri(): String
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val key: String
  32. val labels: Set[String]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val sourceUri: String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val timestamp: OffsetDateTime
  39. val uri: String
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped