Class ResultImpl

  • All Implemented Interfaces:
    ai.vespa.feed.client.Result

    public class ResultImpl
    extends Object
    implements ai.vespa.feed.client.Result
    Result for a document operation which completed normally.
    Author:
    bjorncs, jonmv
    • Method Detail

      • type

        public ai.vespa.feed.client.Result.Type type()
        Specified by:
        type in interface ai.vespa.feed.client.Result
      • documentId

        public ai.vespa.feed.client.DocumentId documentId()
        Specified by:
        documentId in interface ai.vespa.feed.client.Result
      • resultMessage

        public Optional<String> resultMessage()
        Specified by:
        resultMessage in interface ai.vespa.feed.client.Result
      • traceMessage

        public Optional<String> traceMessage()
        Specified by:
        traceMessage in interface ai.vespa.feed.client.Result