public class Config extends AlipayObject
| 构造器和说明 |
|---|
Config() |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionAsyncConfig |
getAsyncConfig() |
Boolean |
getAsyncEnable() |
Long |
getAsyncMaxReqTimeout() |
Long |
getAsyncMaxRetryTime() |
Long |
getMaxConcurrency() |
Long |
getMaxIdleTimeout() |
Long |
getMaxReqTimeout() |
Long |
getMaxRetryTime() |
void |
setAsyncConfig(FunctionAsyncConfig asyncConfig) |
void |
setAsyncEnable(Boolean asyncEnable) |
void |
setAsyncMaxReqTimeout(Long asyncMaxReqTimeout) |
void |
setAsyncMaxRetryTime(Long asyncMaxRetryTime) |
void |
setMaxConcurrency(Long maxConcurrency) |
void |
setMaxIdleTimeout(Long maxIdleTimeout) |
void |
setMaxReqTimeout(Long maxReqTimeout) |
void |
setMaxRetryTime(Long maxRetryTime) |
public FunctionAsyncConfig getAsyncConfig()
public void setAsyncConfig(FunctionAsyncConfig asyncConfig)
public Boolean getAsyncEnable()
public void setAsyncEnable(Boolean asyncEnable)
public Long getAsyncMaxReqTimeout()
public void setAsyncMaxReqTimeout(Long asyncMaxReqTimeout)
public Long getAsyncMaxRetryTime()
public void setAsyncMaxRetryTime(Long asyncMaxRetryTime)
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 © 2024. All rights reserved.