public class RuntimeOptions
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
boolean |
autoretry
autoretry
|
Integer |
backoffPeriod
backoff period
|
String |
backoffPolicy
backoff policy
|
Integer |
connectTimeout
connect timeout
|
String |
httpProxy
http proxy
|
String |
httpsProxy
https proxy
|
boolean |
ignoreSSL
ignoreSSL
|
Object |
listener
listener
|
String |
localAddr
local addr
|
Integer |
maxAttempts
max attempts
|
Integer |
maxIdleConns
max idle conns
|
String |
noProxy
no proxy
|
Integer |
readTimeout
read timeout
|
String |
socks5NetWork
socks5 NetWork
|
String |
socks5Proxy
socks5 proxy
|
Integer |
uploadLimitSpeed
upload limit speed
|
| Constructor and Description |
|---|
RuntimeOptions() |
@NameInMap(value="autoretry") public boolean autoretry
autoretry
@NameInMap(value="ignoreSSL") public boolean ignoreSSL
ignoreSSL
@NameInMap(value="maxAttempts") public Integer maxAttempts
max attempts
@NameInMap(value="backoffPolicy") public String backoffPolicy
backoff policy
@NameInMap(value="backoffPeriod") public Integer backoffPeriod
backoff period
@NameInMap(value="readTimeout") public Integer readTimeout
read timeout
@NameInMap(value="connectTimeout") public Integer connectTimeout
connect timeout
@NameInMap(value="localAddr") public String localAddr
local addr
@NameInMap(value="httpProxy") public String httpProxy
http proxy
@NameInMap(value="httpsProxy") public String httpsProxy
https proxy
@NameInMap(value="noProxy") public String noProxy
no proxy
@NameInMap(value="maxIdleConns") public Integer maxIdleConns
max idle conns
@NameInMap(value="socks5Proxy") public String socks5Proxy
socks5 proxy
@NameInMap(value="socks5NetWork") public String socks5NetWork
socks5 NetWork
@NameInMap(value="uploadLimitSpeed") public Integer uploadLimitSpeed
upload limit speed
@NameInMap(value="listener") public Object listener
listener
public static RuntimeOptions build(Map<String,?> map)
public RuntimeOptions setAutoretry(boolean autoretry)
public boolean getAutoretry()
public RuntimeOptions setIgnoreSSL(boolean ignoreSSL)
public boolean getIgnoreSSL()
public RuntimeOptions setMaxAttempts(Integer maxAttempts)
public Integer getMaxAttempts()
public RuntimeOptions setBackoffPolicy(String backoffPolicy)
public String getBackoffPolicy()
public RuntimeOptions setBackoffPeriod(Integer backoffPeriod)
public Integer getBackoffPeriod()
public RuntimeOptions setReadTimeout(Integer readTimeout)
public Integer getReadTimeout()
public RuntimeOptions setConnectTimeout(Integer connectTimeout)
public Integer getConnectTimeout()
public RuntimeOptions setLocalAddr(String localAddr)
public String getLocalAddr()
public RuntimeOptions setHttpProxy(String httpProxy)
public String getHttpProxy()
public RuntimeOptions setHttpsProxy(String httpsProxy)
public String getHttpsProxy()
public RuntimeOptions setNoProxy(String noProxy)
public String getNoProxy()
public RuntimeOptions setMaxIdleConns(Integer maxIdleConns)
public Integer getMaxIdleConns()
public RuntimeOptions setSocks5Proxy(String socks5Proxy)
public String getSocks5Proxy()
public RuntimeOptions setSocks5NetWork(String socks5NetWork)
public String getSocks5NetWork()
public RuntimeOptions setUploadLimitSpeed(Integer uploadLimitSpeed)
public Integer getUploadLimitSpeed()
public RuntimeOptions setListener(Object listener)
public Object getListener()
Copyright © 2023. All rights reserved.