public class OriginPullTimeout extends AbstractModel
Constructor and Description |
---|
OriginPullTimeout() |
OriginPullTimeout(OriginPullTimeout 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 |
getConnectTimeout()
Get 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getReceiveTimeout()
Get 回源接收超时时间,单位为秒,要求10 ~ 60之间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConnectTimeout(Long ConnectTimeout)
Set 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReceiveTimeout(Long 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 OriginPullTimeout()
public OriginPullTimeout(OriginPullTimeout source)
public Long getConnectTimeout()
public void setConnectTimeout(Long ConnectTimeout)
ConnectTimeout
- 回源建连超时时间,单位为秒,要求5~60之间
注意:此字段可能返回 null,表示取不到有效值。public Long getReceiveTimeout()
public void setReceiveTimeout(Long ReceiveTimeout)
ReceiveTimeout
- 回源接收超时时间,单位为秒,要求10 ~ 60之间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.