Record Class SingleDocDispatcher.SingleDocDispatch
java.lang.Object
java.lang.Record
ai.pipestream.module.pipelineprobe.pipelinecrawl.SingleDocDispatcher.SingleDocDispatch
- Record Components:
docId- thedoc_idthe intake upload produced for the single doc
- Enclosing class:
SingleDocDispatcher
Result of
SingleDocDispatcher.uploadAndDispatch(String, String, String, SingleDocSourceConfig, String): the doc_id the upload produced.-
Constructor Summary
ConstructorsConstructorDescriptionSingleDocDispatch(String docId) Creates an instance of aSingleDocDispatchrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondocId()Returns the value of thedocIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SingleDocDispatch
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
docId
-