milvus-logo

Class HasCollectionResponse

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

  • public class HasCollectionResponse
    extends java.lang.Object
    Contains the returned response and hasCollection for hasCollection
    • Method Summary

      Modifier and Type Method Description
      Response getResponse()  
      boolean hasCollection()  
      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

      • hasCollection

        public boolean hasCollection()
      • 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