Class GetIndexesResult.IndexInfo

  • Enclosing class:
    GetIndexesResult

    public static class GetIndexesResult.IndexInfo
    extends java.lang.Object
    IndexInfo represents the information about a single index including its name and field names.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getFieldNames()
      Returns the array of field names that define the index.
      java.lang.String getIndexName()
      Returns the name of the index.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getIndexName

        public java.lang.String getIndexName()
        Returns the name of the index.
        Returns:
        the index name
      • getFieldNames

        public java.lang.String[] getFieldNames()
        Returns the array of field names that define the index.
        Returns:
        the field names
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object