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 Maximum delayed response time. 
 | 
String | 
getMinDelayTime()
Get Minimum latency response time. 
 | 
void | 
setMaxDelayTime(String MaxDelayTime)
Set Maximum delayed response time. 
 | 
void | 
setMinDelayTime(String MinDelayTime)
Set Minimum latency response time. 
 | 
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 - Minimum latency response time. when configured as 0s, it means no delay for direct response. supported units: public String getMaxDelayTime()
public void setMaxDelayTime(String MaxDelayTime)
MaxDelayTime - Maximum delayed response time. supported units: Copyright © 2025. All rights reserved.