Class GetRollupIndexCapsRequest

java.lang.Object
org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
All Implemented Interfaces:
Validatable

public class GetRollupIndexCapsRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    GetRollupIndexCapsRequest​(java.lang.String... indices)  
    GetRollupIndexCapsRequest​(java.lang.String[] indices, org.elasticsearch.action.support.IndicesOptions options)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    int hashCode()  
    java.lang.String[] indices()  
    org.elasticsearch.action.support.IndicesOptions indicesOptions()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

    • GetRollupIndexCapsRequest

      public GetRollupIndexCapsRequest​(java.lang.String... indices)
    • GetRollupIndexCapsRequest

      public GetRollupIndexCapsRequest​(java.lang.String[] indices, org.elasticsearch.action.support.IndicesOptions options)
  • Method Details

    • indicesOptions

      public org.elasticsearch.action.support.IndicesOptions indicesOptions()
    • indices

      public java.lang.String[] indices()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object