Package io.milvus.response
Class DescIndexResponseWrapper.IndexDesc
- java.lang.Object
-
- io.milvus.response.DescIndexResponseWrapper.IndexDesc
-
- Enclosing class:
- DescIndexResponseWrapper
public static final class DescIndexResponseWrapper.IndexDesc extends java.lang.ObjectInternal-use class to wrap response ofdescribeIndexinterface.
-
-
Constructor Summary
Constructors Constructor Description IndexDesc(@NonNull java.lang.String fieldName, @NonNull java.lang.String indexName, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParam(@NonNull java.lang.String key, @NonNull java.lang.String value)java.lang.StringgetExtraParam()IndexTypegetIndexType()MetricTypegetMetricType()java.lang.StringtoString()
-
-
-
Method Detail
-
addParam
public void addParam(@NonNull @NonNull java.lang.String key, @NonNull @NonNull java.lang.String value)
-
getIndexType
public IndexType getIndexType()
-
getMetricType
public MetricType getMetricType()
-
getExtraParam
public java.lang.String getExtraParam()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-