Package io.milvus.client
Class ListCollectionsResponse
- java.lang.Object
-
- io.milvus.client.ListCollectionsResponse
-
public class ListCollectionsResponse extends java.lang.Object
Contains the returnedresponse
andcollectionNames
forlistCollections
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getCollectionNames()
Response
getResponse()
boolean
ok()
java.lang.String
toString()
-
-
-
Method Detail
-
getCollectionNames
public java.util.List<java.lang.String> getCollectionNames()
-
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 classjava.lang.Object
-
-