Package ai.vespa.feed.client
Interface Result
-
public interface Result
Result for a document operation which completed normally.- Author:
- bjorncs, jonmv
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Result.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentId
documentId()
Optional<String>
resultMessage()
Optional<String>
traceMessage()
Result.Type
type()
-
-
-
Method Detail
-
type
Result.Type type()
-
documentId
DocumentId documentId()
-
-