Package io.milvus.client
Class HasCollectionResponse
- java.lang.Object
-
- io.milvus.client.HasCollectionResponse
-
public class HasCollectionResponse extends java.lang.ObjectContains the returnedresponseandhasCollectionforhasCollection
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetResponse()booleanhasCollection()booleanok()java.lang.StringtoString()
-
-
-
Method Detail
-
hasCollection
public boolean hasCollection()
-
getResponse
public Response getResponse()
-
ok
public boolean ok()
- Returns:
trueif the response status equals SUCCESS
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-