Uses of Class
io.milvus.client.Response.Status
-
Packages that use Response.Status Package Description io.milvus.client -
-
Uses of Response.Status in io.milvus.client
Methods in io.milvus.client that return Response.Status Modifier and Type Method Description Response.StatusResponse. getStatus()static Response.StatusResponse.Status. valueOf(int val)Returns the enum constant of this type with the specified name.static Response.StatusResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Response.Status[]Response.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.milvus.client with parameters of type Response.Status Constructor Description Response(Response.Status status)Response(Response.Status status, String message)
-