Class GetIndexesResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GetIndexesResult.IndexInfo
      IndexInfo represents the information about a single index including its name and field names.
    • Constructor Detail

      • GetIndexesResult

        public GetIndexesResult()
    • Method Detail

      • getIndexes

        public GetIndexesResult.IndexInfo[] getIndexes()
        Returns the array of index information returned by the operation.
        Returns:
        the indexes information
      • toString

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