- INTERNAL_SERVER_ERROR - 接口 中的静态变量com.github.attemper.java.sdk.common.constant.SdkCommonConstants
-
- isBlank(CharSequence) - 类 中的静态方法com.github.attemper.java.sdk.common.util.StringUtils
-
Checks if a CharSequence is whitespace, empty ("") or null.
- isEmpty(CharSequence) - 类 中的静态方法com.github.attemper.java.sdk.common.util.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isNotBlank(CharSequence) - 类 中的静态方法com.github.attemper.java.sdk.common.util.StringUtils
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(CharSequence) - 类 中的静态方法com.github.attemper.java.sdk.common.util.StringUtils
-
Checks if a CharSequence is not empty ("") and not null.