public class RuntimeOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
backoffPeriod |
String |
backoffPolicy |
Integer |
connectTimeout |
Boolean |
ignoreSSL |
Integer |
maxAttempts |
Integer |
readTimeout |
| 构造器和说明 |
|---|
RuntimeOptions() |
@NameInMap(value="ignoreSSL") public Boolean ignoreSSL
@NameInMap(value="maxAttempts") public Integer maxAttempts
@NameInMap(value="backoffPolicy") public String backoffPolicy
@NameInMap(value="backoffPeriod") public Integer backoffPeriod
@NameInMap(value="readTimeout") public Integer readTimeout
@NameInMap(value="connectTimeout") public Integer connectTimeout
public static RuntimeOptions build(Map<String,?> map) throws Exception
ExceptionCopyright © 2021. All rights reserved.