Package io.milvus.client
Class GetIndexInfoResponse
- java.lang.Object
-
- io.milvus.client.GetIndexInfoResponse
-
public class GetIndexInfoResponse extends java.lang.Object
Contains the returnedresponse
andindex
forgetIndexInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<Index>
getIndex()
Response
getResponse()
boolean
ok()
java.lang.String
toString()
-
-
-
Method Detail
-
getIndex
public java.util.Optional<Index> getIndex()
- Returns:
- an
Optional
object which may or may not contain anIndex
object - See Also:
Optional
-
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
-
-