public class Config extends AlipayObject
| 构造器和说明 |
|---|
Config() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getMaxConcurrency() |
Long |
getMaxIdleTimeout() |
Long |
getMaxReqTimeout() |
Long |
getMaxRetryTime() |
void |
setMaxConcurrency(Long maxConcurrency) |
void |
setMaxIdleTimeout(Long maxIdleTimeout) |
void |
setMaxReqTimeout(Long maxReqTimeout) |
void |
setMaxRetryTime(Long maxRetryTime) |
public Long getMaxConcurrency()
public void setMaxConcurrency(Long maxConcurrency)
public Long getMaxIdleTimeout()
public void setMaxIdleTimeout(Long maxIdleTimeout)
public Long getMaxReqTimeout()
public void setMaxReqTimeout(Long maxReqTimeout)
public Long getMaxRetryTime()
public void setMaxRetryTime(Long maxRetryTime)
Copyright © 2023. All rights reserved.