Package io.milvus.param
Class ParamUtils
- java.lang.Object
-
- io.milvus.param.ParamUtils
-
public class ParamUtils extends java.lang.ObjectUtility functions for param classes
-
-
Constructor Summary
Constructors Constructor Description ParamUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidCheckNullEmptyString(java.lang.String target, java.lang.String name)Checks if a string is empty or null.
-
-
-
Method Detail
-
CheckNullEmptyString
public static void CheckNullEmptyString(java.lang.String target, java.lang.String name) throws ParamExceptionChecks if a string is empty or null. ThrowsParamExceptionif the string is empty of null.- Parameters:
target- target stringname- a name to describe this string- Throws:
ParamException
-
-