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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArangoCdrDocument
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val annotations: List[ArangoCdrAnnotation[Any]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val captureSource: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val contentType: String
- val documentId: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extractedMetadata: ArangoCdrMetadata
- val extractedNtriples: String
- val extractedNumeric: Map[String, String]
- val extractedText: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAnnotations(): List[ArangoCdrAnnotation[Any]]
- def getCaptureSource(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getContentType(): String
- def getDocumentId(): String
- def getExtractedMetadata(): ArangoCdrMetadata
- def getExtractedNtriples(): String
- def getExtractedNumeric(): Map[String, String]
- def getExtractedText(): String
- def getKey(): String
- def getLabels(): Set[String]
- def getSourceUri(): String
- def getTimestamp(): OffsetDateTime
- def getUri(): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- val labels: Set[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val sourceUri: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timestamp: OffsetDateTime
- val uri: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )