Package io.milvus.client
Class ShowCollectionInfoResponse
- java.lang.Object
-
- io.milvus.client.ShowCollectionInfoResponse
-
public class ShowCollectionInfoResponse extends Object
Contains the returnedresponseandcollectionInfoforshowCollectionInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<CollectionInfo>getCollectionInfo()ResponsegetResponse()booleanok()
-
-
-
Method Detail
-
getResponse
public Response getResponse()
-
getCollectionInfo
public Optional<CollectionInfo> getCollectionInfo()
- Returns:
- an
Optionalobject which may or may not contain anCollectionInfoobject - See Also:
Optional
-
ok
public boolean ok()
- Returns:
trueif the response status equals SUCCESS
-
-