public class AllowActionParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AllowActionParameters() | 
| AllowActionParameters(AllowActionParameters source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMaxDelayTime()Get 最大延迟响应时间,支持的单位有:s:秒,取值范围 5~10。 | 
| String | getMinDelayTime()Get 最小延迟响应时间,当配置为 0s 时,表示不延迟直接响应。支持的单位有:s:秒,取值范围 0~5。 | 
| void | setMaxDelayTime(String MaxDelayTime)Set 最大延迟响应时间,支持的单位有:s:秒,取值范围 5~10。 | 
| void | setMinDelayTime(String MinDelayTime)Set 最小延迟响应时间,当配置为 0s 时,表示不延迟直接响应。支持的单位有:s:秒,取值范围 0~5。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AllowActionParameters()
public AllowActionParameters(AllowActionParameters source)
public String getMinDelayTime()
public void setMinDelayTime(String MinDelayTime)
MinDelayTime - 最小延迟响应时间,当配置为 0s 时,表示不延迟直接响应。支持的单位有:public String getMaxDelayTime()
public void setMaxDelayTime(String MaxDelayTime)
MaxDelayTime - 最大延迟响应时间,支持的单位有:Copyright © 2025. All rights reserved.