Class ModifyTacticRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.ModifyTacticRequest
-
public class ModifyTacticRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyTacticRequest()
ModifyTacticRequest(ModifyTacticRequest 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 Long
getBottomTele()
Get 最不优先运营商 1 移动、 2 联通、 3 电信Long
getDelayThreshold()
Get 网络时延阈值(ms)Long
getFakeInterval()
Get 假信号检测间隔(s)String
getFakeIP()
Get 假信号检测IP字符串,用逗号分隔Long
getIsAuto()
Get 是否自动执行Long
getIsBestSignal()
Get 是否最优先信号选取策略Long
getIsBottomTele()
Get 是否开启最不优先运营商Long
getIsDelay()
Get 是否开启时延切换Long
getIsFake()
Get 是否开启假信号检测Long
getIsMove()
Get 是否开启移动检测Long
getIsNet()
Get 是否开启网络制式检测Long
getIsPriorityTele()
Get 是否开启最优先运营商Long
getIsWeak()
Get 是否开启弱信号检测String
getName()
Get 策略名称Long
getNetwork()
Get 网络回落制式 1 2G、 2 3G 、 3 2/3GLong
getPingInterval()
Get 心跳上报间隔(s)Long
getPriorityTele()
Get 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商Long
getTacticID()
Get 策略IDLong
getWeakThreshold()
Get 弱信号阈值(-dbm)void
setBottomTele(Long BottomTele)
Set 最不优先运营商 1 移动、 2 联通、 3 电信void
setDelayThreshold(Long DelayThreshold)
Set 网络时延阈值(ms)void
setFakeInterval(Long FakeInterval)
Set 假信号检测间隔(s)void
setFakeIP(String FakeIP)
Set 假信号检测IP字符串,用逗号分隔void
setIsAuto(Long IsAuto)
Set 是否自动执行void
setIsBestSignal(Long IsBestSignal)
Set 是否最优先信号选取策略void
setIsBottomTele(Long IsBottomTele)
Set 是否开启最不优先运营商void
setIsDelay(Long IsDelay)
Set 是否开启时延切换void
setIsFake(Long IsFake)
Set 是否开启假信号检测void
setIsMove(Long IsMove)
Set 是否开启移动检测void
setIsNet(Long IsNet)
Set 是否开启网络制式检测void
setIsPriorityTele(Long IsPriorityTele)
Set 是否开启最优先运营商void
setIsWeak(Long IsWeak)
Set 是否开启弱信号检测void
setName(String Name)
Set 策略名称void
setNetwork(Long Network)
Set 网络回落制式 1 2G、 2 3G 、 3 2/3Gvoid
setPingInterval(Long PingInterval)
Set 心跳上报间隔(s)void
setPriorityTele(Long PriorityTele)
Set 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商void
setTacticID(Long TacticID)
Set 策略IDvoid
setWeakThreshold(Long WeakThreshold)
Set 弱信号阈值(-dbm)void
toMap(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
-
ModifyTacticRequest
public ModifyTacticRequest()
-
ModifyTacticRequest
public ModifyTacticRequest(ModifyTacticRequest 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
-
getName
public String getName()
Get 策略名称- Returns:
- Name 策略名称
-
setName
public void setName(String Name)
Set 策略名称- Parameters:
Name
- 策略名称
-
getIsAuto
public Long getIsAuto()
Get 是否自动执行- Returns:
- IsAuto 是否自动执行
-
setIsAuto
public void setIsAuto(Long IsAuto)
Set 是否自动执行- Parameters:
IsAuto
- 是否自动执行
-
getPingInterval
public Long getPingInterval()
Get 心跳上报间隔(s)- Returns:
- PingInterval 心跳上报间隔(s)
-
setPingInterval
public void setPingInterval(Long PingInterval)
Set 心跳上报间隔(s)- Parameters:
PingInterval
- 心跳上报间隔(s)
-
getIsWeak
public Long getIsWeak()
Get 是否开启弱信号检测- Returns:
- IsWeak 是否开启弱信号检测
-
setIsWeak
public void setIsWeak(Long IsWeak)
Set 是否开启弱信号检测- Parameters:
IsWeak
- 是否开启弱信号检测
-
getWeakThreshold
public Long getWeakThreshold()
Get 弱信号阈值(-dbm)- Returns:
- WeakThreshold 弱信号阈值(-dbm)
-
setWeakThreshold
public void setWeakThreshold(Long WeakThreshold)
Set 弱信号阈值(-dbm)- Parameters:
WeakThreshold
- 弱信号阈值(-dbm)
-
getIsDelay
public Long getIsDelay()
Get 是否开启时延切换- Returns:
- IsDelay 是否开启时延切换
-
setIsDelay
public void setIsDelay(Long IsDelay)
Set 是否开启时延切换- Parameters:
IsDelay
- 是否开启时延切换
-
getDelayThreshold
public Long getDelayThreshold()
Get 网络时延阈值(ms)- Returns:
- DelayThreshold 网络时延阈值(ms)
-
setDelayThreshold
public void setDelayThreshold(Long DelayThreshold)
Set 网络时延阈值(ms)- Parameters:
DelayThreshold
- 网络时延阈值(ms)
-
getIsFake
public Long getIsFake()
Get 是否开启假信号检测- Returns:
- IsFake 是否开启假信号检测
-
setIsFake
public void setIsFake(Long IsFake)
Set 是否开启假信号检测- Parameters:
IsFake
- 是否开启假信号检测
-
getFakeInterval
public Long getFakeInterval()
Get 假信号检测间隔(s)- Returns:
- FakeInterval 假信号检测间隔(s)
-
setFakeInterval
public void setFakeInterval(Long FakeInterval)
Set 假信号检测间隔(s)- Parameters:
FakeInterval
- 假信号检测间隔(s)
-
getIsNet
public Long getIsNet()
Get 是否开启网络制式检测- Returns:
- IsNet 是否开启网络制式检测
-
setIsNet
public void setIsNet(Long IsNet)
Set 是否开启网络制式检测- Parameters:
IsNet
- 是否开启网络制式检测
-
getNetwork
public Long getNetwork()
Get 网络回落制式 1 2G、 2 3G 、 3 2/3G- Returns:
- Network 网络回落制式 1 2G、 2 3G 、 3 2/3G
-
setNetwork
public void setNetwork(Long Network)
Set 网络回落制式 1 2G、 2 3G 、 3 2/3G- Parameters:
Network
- 网络回落制式 1 2G、 2 3G 、 3 2/3G
-
getIsMove
public Long getIsMove()
Get 是否开启移动检测- Returns:
- IsMove 是否开启移动检测
-
setIsMove
public void setIsMove(Long IsMove)
Set 是否开启移动检测- Parameters:
IsMove
- 是否开启移动检测
-
getTacticID
public Long getTacticID()
Get 策略ID- Returns:
- TacticID 策略ID
-
setTacticID
public void setTacticID(Long TacticID)
Set 策略ID- Parameters:
TacticID
- 策略ID
-
getIsPriorityTele
public Long getIsPriorityTele()
Get 是否开启最优先运营商- Returns:
- IsPriorityTele 是否开启最优先运营商
-
setIsPriorityTele
public void setIsPriorityTele(Long IsPriorityTele)
Set 是否开启最优先运营商- Parameters:
IsPriorityTele
- 是否开启最优先运营商
-
getPriorityTele
public Long getPriorityTele()
Get 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商- Returns:
- PriorityTele 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商
-
setPriorityTele
public void setPriorityTele(Long PriorityTele)
Set 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商- Parameters:
PriorityTele
- 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商
-
getIsBottomTele
public Long getIsBottomTele()
Get 是否开启最不优先运营商- Returns:
- IsBottomTele 是否开启最不优先运营商
-
setIsBottomTele
public void setIsBottomTele(Long IsBottomTele)
Set 是否开启最不优先运营商- Parameters:
IsBottomTele
- 是否开启最不优先运营商
-
getBottomTele
public Long getBottomTele()
Get 最不优先运营商 1 移动、 2 联通、 3 电信- Returns:
- BottomTele 最不优先运营商 1 移动、 2 联通、 3 电信
-
setBottomTele
public void setBottomTele(Long BottomTele)
Set 最不优先运营商 1 移动、 2 联通、 3 电信- Parameters:
BottomTele
- 最不优先运营商 1 移动、 2 联通、 3 电信
-
getIsBestSignal
public Long getIsBestSignal()
Get 是否最优先信号选取策略- Returns:
- IsBestSignal 是否最优先信号选取策略
-
setIsBestSignal
public void setIsBestSignal(Long IsBestSignal)
Set 是否最优先信号选取策略- Parameters:
IsBestSignal
- 是否最优先信号选取策略
-
getFakeIP
public String getFakeIP()
Get 假信号检测IP字符串,用逗号分隔- Returns:
- FakeIP 假信号检测IP字符串,用逗号分隔
-
setFakeIP
public void setFakeIP(String FakeIP)
Set 假信号检测IP字符串,用逗号分隔- Parameters:
FakeIP
- 假信号检测IP字符串,用逗号分隔
-
-