public class WebSocket extends AbstractModel
Constructor and Description |
---|
WebSocket() |
Modifier and Type | Method and Description |
---|---|
String |
getSwitch()
Get WebSocket配置开关,on或off。
|
Long |
getTimeout()
Get 设置超时时间,单位为秒,最大超时时间65秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set WebSocket配置开关,on或off。
|
void |
setTimeout(Long Timeout)
Set 设置超时时间,单位为秒,最大超时时间65秒。
注意:此字段可能返回 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 String getSwitch()
public void setSwitch(String Switch)
Switch
- WebSocket配置开关,on或off。public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 设置超时时间,单位为秒,最大超时时间65秒。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.