Class BatchIndexResponse

java.lang.Object
dev.cachly.api.model.BatchIndexResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-04-17T00:43:25.074268745Z[Etc/UTC]", comments="Generator version: 7.5.0") public class BatchIndexResponse extends Object
BatchIndexResponse
  • Field Details

  • Constructor Details

    • BatchIndexResponse

      public BatchIndexResponse()
  • Method Details

    • indexed

      public BatchIndexResponse indexed(Integer indexed)
    • getIndexed

      @Nullable public Integer getIndexed()
      Get indexed
      Returns:
      indexed
    • setIndexed

      public void setIndexed(Integer indexed)
    • skipped

      public BatchIndexResponse skipped(Integer skipped)
    • getSkipped

      @Nullable public Integer getSkipped()
      Get skipped
      Returns:
      skipped
    • setSkipped

      public void setSkipped(Integer skipped)
    • equals

      public boolean equals(Object o)
      Return true if this BatchIndexResponse object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string