Class UpdateByQueryResponse

    • Method Detail

      • batches

        @Nullable
        public final java.lang.Long batches()
        API name: batches
      • noops

        @Nullable
        public final java.lang.Long noops()
        API name: noops
      • deleted

        @Nullable
        public final java.lang.Long deleted()
        API name: deleted
      • requestsPerSecond

        @Nullable
        public final java.lang.Float requestsPerSecond()
        API name: requests_per_second
      • retries

        @Nullable
        public final Retries retries()
        API name: retries
      • task

        @Nullable
        public final java.lang.String task()
        API name: task
      • timedOut

        @Nullable
        public final java.lang.Boolean timedOut()
        API name: timed_out
      • took

        @Nullable
        public final java.lang.Long took()
        API name: took
      • total

        @Nullable
        public final java.lang.Long total()
        API name: total
      • updated

        @Nullable
        public final java.lang.Long updated()
        API name: updated
      • versionConflicts

        @Nullable
        public final java.lang.Long versionConflicts()
        API name: version_conflicts
      • throttledMillis

        @Nullable
        public final java.lang.Number throttledMillis()
        API name: throttled_millis
      • throttledUntilMillis

        @Nullable
        public final java.lang.Number throttledUntilMillis()
        API name: throttled_until_millis
      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)