public class RuntimeOptions
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Boolean |
autoretry |
Integer |
backoffPeriod |
String |
backoffPolicy |
String |
ca |
String |
cert |
Integer |
connectTimeout |
String |
httpProxy |
String |
httpsProxy |
Boolean |
ignoreSSL |
Boolean |
keepAlive |
String |
key |
String |
localAddr |
Integer |
maxAttempts |
Integer |
maxIdleConns |
String |
noProxy |
Integer |
readTimeout |
String |
socks5NetWork |
String |
socks5Proxy |
| Constructor and Description |
|---|
RuntimeOptions() |
@NameInMap(value="autoretry") public Boolean autoretry
@NameInMap(value="ignoreSSL") public Boolean ignoreSSL
@NameInMap(value="key") public String key
@NameInMap(value="cert") public String cert
@NameInMap(value="ca") public String ca
@NameInMap(value="max_attempts") public Integer maxAttempts
@NameInMap(value="backoff_policy") public String backoffPolicy
@NameInMap(value="backoff_period") public Integer backoffPeriod
@NameInMap(value="readTimeout") public Integer readTimeout
@NameInMap(value="connectTimeout") public Integer connectTimeout
@NameInMap(value="httpProxy") public String httpProxy
@NameInMap(value="httpsProxy") public String httpsProxy
@NameInMap(value="noProxy") public String noProxy
@NameInMap(value="maxIdleConns") public Integer maxIdleConns
@NameInMap(value="localAddr") public String localAddr
@NameInMap(value="socks5Proxy") public String socks5Proxy
@NameInMap(value="socks5NetWork") public String socks5NetWork
@NameInMap(value="keepAlive") public Boolean keepAlive
public static RuntimeOptions build(Map<String,?> map) throws Exception
Exceptionpublic RuntimeOptions setAutoretry(Boolean autoretry)
public Boolean getAutoretry()
public RuntimeOptions setIgnoreSSL(Boolean ignoreSSL)
public Boolean getIgnoreSSL()
public RuntimeOptions setKey(String key)
public String getKey()
public RuntimeOptions setCert(String cert)
public String getCert()
public RuntimeOptions setCa(String ca)
public String getCa()
public RuntimeOptions setMaxAttempts(Integer maxAttempts)
public Number getMaxAttempts()
public RuntimeOptions setBackoffPolicy(String backoffPolicy)
public String getBackoffPolicy()
public RuntimeOptions setBackoffPeriod(Integer backoffPeriod)
public Number getBackoffPeriod()
public RuntimeOptions setReadTimeout(Integer readTimeout)
public Number getReadTimeout()
public RuntimeOptions setConnectTimeout(Integer connectTimeout)
public Number getConnectTimeout()
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 Number getMaxIdleConns()
public RuntimeOptions setLocalAddr(String localAddr)
public String getLocalAddr()
public RuntimeOptions setSocks5Proxy(String socks5Proxy)
public String getSocks5Proxy()
public RuntimeOptions setSocks5NetWork(String socks5NetWork)
public String getSocks5NetWork()
public RuntimeOptions setKeepAlive(Boolean keepAlive)
public Boolean getKeepAlive()
Copyright © 2022. All rights reserved.