- anyifyMapValue(Map<String, ?>) - Static method in class com.aliyun.teautil.Common
-
Anyify the value of map
- assertAsArray(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a array, return it, otherwise throws
- assertAsBoolean(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a boolean, return it, otherwise throws
- assertAsBytes(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a bytes, return it, otherwise throws
- assertAsInteger(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a integer, return it, otherwise throws
- assertAsMap(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a map, it, otherwise throws
- assertAsNumber(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a number, return it, otherwise throws
- assertAsReadable(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a readable, return it, otherwise throws
- assertAsString(Object) - Static method in class com.aliyun.teautil.Common
-
Assert a value, if it is a string, return it, otherwise throws
- autoretry - Variable in class com.aliyun.teautil.models.RuntimeOptions
-