跳过导航链接
A B C D E G H I J K L M N P Q R S T V W 

A

anyifyMapValue(Map<String, ?>) - 类 中的静态方法com.aliyun.teautil.Common
Anyify the value of map
assertAsArray(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a array, return it, otherwise throws
assertAsBoolean(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a boolean, return it, otherwise throws
assertAsBytes(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a bytes, return it, otherwise throws
assertAsInteger(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a integer, return it, otherwise throws
assertAsMap(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a map, it, otherwise throws
assertAsNumber(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a number, return it, otherwise throws
assertAsReadable(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a readable, return it, otherwise throws
assertAsString(Object) - 类 中的静态方法com.aliyun.teautil.Common
Assert a value, if it is a string, return it, otherwise throws
autoretry - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

B

backoffPeriod - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
backoffPolicy - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
build(Map<String, ?>) - 类 中的静态方法com.aliyun.teautil.models.ExtendsParameters
 
build(Map<String, ?>) - 类 中的静态方法com.aliyun.teautil.models.RuntimeOptions
 

C

ca - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
cert - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
com.aliyun.teautil - 程序包 com.aliyun.teautil
 
com.aliyun.teautil.models - 程序包 com.aliyun.teautil.models
 
Common - com.aliyun.teautil中的类
 
Common() - 类 的构造器com.aliyun.teautil.Common
 
connectTimeout - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

D

defaultNumber(Number, Number) - 类 中的静态方法com.aliyun.teautil.Common
If not set the real, use default value
defaultString(String, String) - 类 中的静态方法com.aliyun.teautil.Common
If not set the real, use default value

E

empty(String) - 类 中的静态方法com.aliyun.teautil.Common
Check the string is empty?
equalNumber(Number, Number) - 类 中的静态方法com.aliyun.teautil.Common
Check one number equals another one?
equalString(String, String) - 类 中的静态方法com.aliyun.teautil.Common
Check one string equals another one?
ExtendsParameters - com.aliyun.teautil.models中的类
 
ExtendsParameters() - 类 的构造器com.aliyun.teautil.models.ExtendsParameters
 
extendsParameters - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
Extends Parameters

G

getAutoretry() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getBackoffPeriod() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getBackoffPolicy() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getCa() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getCert() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getConnectTimeout() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getDateUTCString() - 类 中的静态方法com.aliyun.teautil.Common
Get an UTC format string by current date, e.g.
getExtendsParameters() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getHeaders() - 类 中的方法com.aliyun.teautil.models.ExtendsParameters
 
getHostName() - 类 中的静态方法com.aliyun.teautil.Common
Get hostname of current machine
getHttpProxy() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getHttpsProxy() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getIgnoreSSL() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getKeepAlive() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getKey() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getLocalAddr() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getMaxAttempts() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getMaxIdleConns() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getNonce() - 类 中的静态方法com.aliyun.teautil.Common
Generate a nonce string
getNoProxy() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getQueries() - 类 中的方法com.aliyun.teautil.models.ExtendsParameters
 
getReadTimeout() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getSocks5NetWork() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getSocks5Proxy() - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
getUserAgent(String) - 类 中的静态方法com.aliyun.teautil.Common
Get user agent, if it userAgent is not null, splice it with defaultUserAgent and return, otherwise return defaultUserAgent

H

headers - 类 中的变量com.aliyun.teautil.models.ExtendsParameters
 
httpProxy - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
httpsProxy - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

I

ignoreSSL - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
is2xx(Number) - 类 中的静态方法com.aliyun.teautil.Common
If the code between 200 and 300, return true, or return false
is3xx(Number) - 类 中的静态方法com.aliyun.teautil.Common
If the code between 300 and 400, return true, or return false
is4xx(Number) - 类 中的静态方法com.aliyun.teautil.Common
If the code between 400 and 500, return true, or return false
is5xx(Number) - 类 中的静态方法com.aliyun.teautil.Common
If the code between 500 and 600, return true, or return false
isUnset(Object) - 类 中的静态方法com.aliyun.teautil.Common
Check one value is unset

J

JavaProject - com.aliyun.teautil中的类
 
JavaProject() - 类 的构造器com.aliyun.teautil.JavaProject
 

K

keepAlive - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
key - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

L

localAddr - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

M

MapTypeAdapter - com.aliyun.teautil中的类
 
MapTypeAdapter() - 类 的构造器com.aliyun.teautil.MapTypeAdapter
 
maxAttempts - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
maxIdleConns - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

N

noProxy - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 

P

parseJSON(String) - 类 中的静态方法com.aliyun.teautil.Common
Parse it by JSON format
parseToMap(Object) - 类 中的静态方法com.aliyun.teautil.Common
 

Q

queries - 类 中的变量com.aliyun.teautil.models.ExtendsParameters
 

R

read(JsonReader) - 类 中的方法com.aliyun.teautil.MapTypeAdapter
 
readAsBytes(InputStream) - 类 中的静态方法com.aliyun.teautil.Common
Read data from a readable stream, and compose it to a bytes
readAsJSON(InputStream) - 类 中的静态方法com.aliyun.teautil.Common
Read data from a readable stream, and parse it by JSON format
readAsString(InputStream) - 类 中的静态方法com.aliyun.teautil.Common
Read data from a readable stream, and compose it to a string
readPath(Object, String) - 类 中的静态方法com.aliyun.teautil.Common
 
readTimeout - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
RuntimeOptions - com.aliyun.teautil.models中的类
The common runtime options model
RuntimeOptions() - 类 的构造器com.aliyun.teautil.models.RuntimeOptions
 

S

setAutoretry(Boolean) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setBackoffPeriod(Integer) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setBackoffPolicy(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setCa(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setCert(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setConnectTimeout(Integer) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setExtendsParameters(ExtendsParameters) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setHeaders(Map<String, String>) - 类 中的方法com.aliyun.teautil.models.ExtendsParameters
 
setHttpProxy(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setHttpsProxy(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setIgnoreSSL(Boolean) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setKeepAlive(Boolean) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setKey(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setLocalAddr(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setMaxAttempts(Integer) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setMaxIdleConns(Integer) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setNoProxy(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setQueries(Map<String, String>) - 类 中的方法com.aliyun.teautil.models.ExtendsParameters
 
setReadTimeout(Integer) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setSocks5NetWork(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
setSocks5Proxy(String) - 类 中的方法com.aliyun.teautil.models.RuntimeOptions
 
sleep(int) - 类 中的静态方法com.aliyun.teautil.Common
Suspends the current thread for the specified number of milliseconds.
socks5NetWork - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
socks5Proxy - 类 中的变量com.aliyun.teautil.models.RuntimeOptions
 
stringifyMapValue(Map<String, ?>) - 类 中的静态方法com.aliyun.teautil.Common
Stringify the value of map

T

TeaUtilException - com.aliyun.teautil.models中的异常错误
 
TeaUtilException(String, Throwable) - 异常错误 的构造器com.aliyun.teautil.models.TeaUtilException
 
TeaUtilException(String) - 异常错误 的构造器com.aliyun.teautil.models.TeaUtilException
 
teaUtilVersion - 类 中的静态变量com.aliyun.teautil.JavaProject
 
toArray(Object) - 类 中的静态方法com.aliyun.teautil.Common
Transform input as array.
toBytes(String) - 类 中的静态方法com.aliyun.teautil.Common
Convert a string(utf8) to bytes
toFormString(Map<String, ?>) - 类 中的静态方法com.aliyun.teautil.Common
Format a map to form string, like a=a%20b%20c
toJSONString(Object) - 类 中的静态方法com.aliyun.teautil.Common
If not set the real, use default value
toMap(TeaModel) - 类 中的静态方法com.aliyun.teautil.Common
Model transforms to map[string]any
toString(byte[]) - 类 中的静态方法com.aliyun.teautil.Common
Convert a bytes to string(utf8)

V

validateModel(TeaModel) - 类 中的静态方法com.aliyun.teautil.Common
Validate model

W

write(JsonWriter, Object) - 类 中的方法com.aliyun.teautil.MapTypeAdapter
 
A B C D E G H I J K L M N P Q R S T V W 
跳过导航链接

Copyright © 2025. All rights reserved.