Record Class IntakeDocStream.DocAck
java.lang.Object
java.lang.Record
ai.pipestream.module.pipelineprobe.moduletest.engineperf.IntakeDocStream.DocAck
- Record Components:
success- true if intake accepted the docretryable- true if a failed upload may be retriedmessage- the server's status or error message for the doc
- Enclosing class:
IntakeDocStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.booleanReturns the value of theretryablerecord component.booleansuccess()Returns the value of thesuccessrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DocAck
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
success
-
retryable
-
message
-