milvus-logo

Class GetIndexInfoResponse

  • java.lang.Object
    • io.milvus.client.GetIndexInfoResponse

  • public class GetIndexInfoResponse
    extends java.lang.Object
    Contains the returned response and index for getIndexInfo
    • Method Summary

      Modifier and Type Method Description
      java.util.Optional<Index> getIndex()  
      Response getResponse()  
      boolean ok()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • getIndex

        public java.util.Optional<Index> getIndex()
        Returns:
        an Optional object which may or may not contain an Index object
        See Also:
        Optional
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS
      • toString

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