Package io.milvus.client
Class CountEntitiesResponse
- java.lang.Object
-
- io.milvus.client.CountEntitiesResponse
-
public class CountEntitiesResponse extends java.lang.ObjectContains the returnedresponseandcollectionEntityCountforcountEntities
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCollectionEntityCount()ResponsegetResponse()booleanok()java.lang.StringtoString()
-
-
-
Method Detail
-
getCollectionEntityCount
public long getCollectionEntityCount()
-
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
-
-