public class OriginPullTimeout extends AbstractModel
构造器和说明 |
---|
OriginPullTimeout() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getConnectTimeout()
Get 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getReceiveTimeout()
Get 回源接收超时时间,单位为秒,要求10 ~ 60之间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConnectTimeout(Integer ConnectTimeout)
Set 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReceiveTimeout(Integer ReceiveTimeout)
Set 回源接收超时时间,单位为秒,要求10 ~ 60之间
注意:此字段可能返回 null,表示取不到有效值。
|
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 Integer getConnectTimeout()
public void setConnectTimeout(Integer ConnectTimeout)
ConnectTimeout
- 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。public Integer getReceiveTimeout()
public void setReceiveTimeout(Integer ReceiveTimeout)
ReceiveTimeout
- 回源接收超时时间,单位为秒,要求10 ~ 60之间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.