public class WSParams extends AbstractModel
Constructor and Description |
---|
WSParams() |
WSParams(WSParams 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 |
---|---|
Long |
getIdleTimeOut()
Get Idle timeout period in seconds.
|
void |
setIdleTimeOut(Long IdleTimeOut)
Set Idle timeout period in seconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WSParams()
public WSParams(WSParams source)
public Long getIdleTimeOut()
public void setIdleTimeOut(Long IdleTimeOut)
IdleTimeOut
- Idle timeout period in seconds. Default: 15; range: 1 to 1800
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.