Class OriginPullTimeout
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.OriginPullTimeout
-
public class OriginPullTimeout extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConnectTimeout()Get 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。LonggetReceiveTimeout()Get 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。voidsetConnectTimeout(Long ConnectTimeout)Set 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。voidsetReceiveTimeout(Long ReceiveTimeout)Set 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OriginPullTimeout
public OriginPullTimeout()
-
OriginPullTimeout
public 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.
-
-
Method Detail
-
getConnectTimeout
public Long getConnectTimeout()
Get 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConnectTimeout 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。
-
setConnectTimeout
public void setConnectTimeout(Long ConnectTimeout)
Set 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConnectTimeout- 回源建连超时时间,单位为秒,要求5~60之间 注意:此字段可能返回 null,表示取不到有效值。
-
getReceiveTimeout
public Long getReceiveTimeout()
Get 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReceiveTimeout 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。
-
setReceiveTimeout
public void setReceiveTimeout(Long ReceiveTimeout)
Set 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReceiveTimeout- 回源接收超时时间,单位为秒,要求10 ~ 300之间 注意:此字段可能返回 null,表示取不到有效值。
-
-