Package io.milvus.param.collection
Class ShowCollectionsParam
- java.lang.Object
-
- io.milvus.param.collection.ShowCollectionsParam
-
public class ShowCollectionsParam extends java.lang.Object
Parameters forshowCollections
interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShowCollectionsParam.Builder
Builder forShowCollectionsParam
class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShowCollectionsParam.Builder
newBuilder()
java.lang.String
toString()
Constructs aString
byShowCollectionsParam
instance.
-
-
-
Method Detail
-
newBuilder
public static ShowCollectionsParam.Builder newBuilder()
-
toString
public java.lang.String toString()
Constructs aString
byShowCollectionsParam
instance.- Overrides:
toString
in classjava.lang.Object
- Returns:
String
-
-