public class Config
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessKeyId |
String |
accessKeySecret |
Integer |
connectTimeout |
com.aliyun.credentials.Client |
credential |
String |
endpoint |
String |
endpointType |
String |
httpProxy |
String |
httpsProxy |
Integer |
maxIdleConns |
String |
network |
String |
noProxy |
String |
openPlatformEndpoint |
String |
productId |
String |
protocol |
Integer |
readTimeout |
String |
regionId |
String |
securityToken |
String |
socks5NetWork |
String |
socks5Proxy |
String |
suffix |
String |
type
已过时。
|
String |
userAgent |
| 构造器和说明 |
|---|
Config() |
@NameInMap(value="accessKeyId") public String accessKeyId
@NameInMap(value="accessKeySecret") public String accessKeySecret
@NameInMap(value="network") public String network
@NameInMap(value="suffix") public String suffix
@NameInMap(value="securityToken") public String securityToken
@NameInMap(value="endpoint") public String endpoint
@NameInMap(value="protocol") public String protocol
@NameInMap(value="regionId") public String regionId
@NameInMap(value="productId") public String productId
@NameInMap(value="userAgent") public String userAgent
@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="credential") public com.aliyun.credentials.Client credential
@NameInMap(value="socks5Proxy") public String socks5Proxy
@NameInMap(value="socks5NetWork") public String socks5NetWork
@NameInMap(value="maxIdleConns") public Integer maxIdleConns
@NameInMap(value="endpointType") public String endpointType
@NameInMap(value="openPlatformEndpoint") public String openPlatformEndpoint
@NameInMap(value="type") @Deprecated public String type
Copyright © 2020. All rights reserved.