Class Tactic

    • Constructor Summary

      Constructors 
      Constructor Description
      Tactic()  
      Tactic​(Tactic 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 电信 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedAt()
      Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      Long getDelayThreshold()
      Get 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
      Long getFakeInterval()
      Get 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
      String getFakeIP()
      Get 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
      Long getID()
      Get 策略ID
      Long getIsAuto()
      Get 是否自动执行策略
      Long getIsBestSignal()
      Get 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsBottomTele()
      Get 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsDelay()
      Get 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsFake()
      Get 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsMove()
      Get 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsNet()
      Get 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsPriorityTele()
      Get 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      Long getIsWeak()
      Get 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
      String getName()
      Get 策略名称
      Long getNetwork()
      Get 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
      Long getPingInterval()
      Get 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
      Long getPriorityTele()
      Get 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
      Long getWeakThreshold()
      Get 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
      void setBottomTele​(Long BottomTele)
      Set 最不优先运营商 1 移动、 2 联通、 3 电信 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedAt​(String CreatedAt)
      Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setDelayThreshold​(Long DelayThreshold)
      Set 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
      void setFakeInterval​(Long FakeInterval)
      Set 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
      void setFakeIP​(String FakeIP)
      Set 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
      void setID​(Long ID)
      Set 策略ID
      void setIsAuto​(Long IsAuto)
      Set 是否自动执行策略
      void setIsBestSignal​(Long IsBestSignal)
      Set 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。
      void setIsBottomTele​(Long IsBottomTele)
      Set 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      void setIsDelay​(Long IsDelay)
      Set 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
      void setIsFake​(Long IsFake)
      Set 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
      void setIsMove​(Long IsMove)
      Set 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
      void setIsNet​(Long IsNet)
      Set 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
      void setIsPriorityTele​(Long IsPriorityTele)
      Set 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      void setIsWeak​(Long IsWeak)
      Set 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
      void setName​(String Name)
      Set 策略名称
      void setNetwork​(Long Network)
      Set 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
      void setPingInterval​(Long PingInterval)
      Set 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
      void setPriorityTele​(Long PriorityTele)
      Set 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
      void setWeakThreshold​(Long WeakThreshold)
      Set 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • Tactic

        public Tactic()
      • Tactic

        public Tactic​(Tactic 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

      • getID

        public Long getID()
        Get 策略ID
        Returns:
        ID 策略ID
      • setID

        public void setID​(Long ID)
        Set 策略ID
        Parameters:
        ID - 策略ID
      • getCreatedAt

        public String getCreatedAt()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedAt 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedAt

        public void setCreatedAt​(String CreatedAt)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedAt - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getIsAuto

        public Long getIsAuto()
        Get 是否自动执行策略
        Returns:
        IsAuto 是否自动执行策略
      • setIsAuto

        public void setIsAuto​(Long IsAuto)
        Set 是否自动执行策略
        Parameters:
        IsAuto - 是否自动执行策略
      • getPingInterval

        public Long getPingInterval()
        Get 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PingInterval 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
      • setPingInterval

        public void setPingInterval​(Long PingInterval)
        Set 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PingInterval - 设备上报信息间隔 注意:此字段可能返回 null,表示取不到有效值。
      • getIsWeak

        public Long getIsWeak()
        Get 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsWeak 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
      • setIsWeak

        public void setIsWeak​(Long IsWeak)
        Set 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsWeak - 是否开启弱信号检查 注意:此字段可能返回 null,表示取不到有效值。
      • getWeakThreshold

        public Long getWeakThreshold()
        Get 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        WeakThreshold 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
      • setWeakThreshold

        public void setWeakThreshold​(Long WeakThreshold)
        Set 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        WeakThreshold - 弱信号阈值(-dbm) 注意:此字段可能返回 null,表示取不到有效值。
      • getIsDelay

        public Long getIsDelay()
        Get 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsDelay 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
      • setIsDelay

        public void setIsDelay​(Long IsDelay)
        Set 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsDelay - 忘了时延切换 注意:此字段可能返回 null,表示取不到有效值。
      • getDelayThreshold

        public Long getDelayThreshold()
        Get 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DelayThreshold 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
      • setDelayThreshold

        public void setDelayThreshold​(Long DelayThreshold)
        Set 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DelayThreshold - 时延阈值(ms) 注意:此字段可能返回 null,表示取不到有效值。
      • getIsFake

        public Long getIsFake()
        Get 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsFake 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
      • setIsFake

        public void setIsFake​(Long IsFake)
        Set 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsFake - 是否开启假信号检测 注意:此字段可能返回 null,表示取不到有效值。
      • getFakeIP

        public String getFakeIP()
        Get 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FakeIP 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
      • setFakeIP

        public void setFakeIP​(String FakeIP)
        Set 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FakeIP - 假信号检测IP字符串,用逗号分隔 注意:此字段可能返回 null,表示取不到有效值。
      • getFakeInterval

        public Long getFakeInterval()
        Get 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FakeInterval 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
      • setFakeInterval

        public void setFakeInterval​(Long FakeInterval)
        Set 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FakeInterval - 假信号检测间隔(s) 注意:此字段可能返回 null,表示取不到有效值。
      • getIsNet

        public Long getIsNet()
        Get 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsNet 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
      • setIsNet

        public void setIsNet​(Long IsNet)
        Set 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsNet - 是否开启网络制式检测 注意:此字段可能返回 null,表示取不到有效值。
      • getNetwork

        public Long getNetwork()
        Get 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Network 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
      • setNetwork

        public void setNetwork​(Long Network)
        Set 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Network - 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G 注意:此字段可能返回 null,表示取不到有效值。
      • getIsMove

        public Long getIsMove()
        Get 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsMove 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
      • setIsMove

        public void setIsMove​(Long IsMove)
        Set 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsMove - 是否开启移动检测 注意:此字段可能返回 null,表示取不到有效值。
      • getName

        public String getName()
        Get 策略名称
        Returns:
        Name 策略名称
      • setName

        public void setName​(String Name)
        Set 策略名称
        Parameters:
        Name - 策略名称
      • getIsPriorityTele

        public Long getIsPriorityTele()
        Get 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsPriorityTele 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      • setIsPriorityTele

        public void setIsPriorityTele​(Long IsPriorityTele)
        Set 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsPriorityTele - 是否开启最优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      • getPriorityTele

        public Long getPriorityTele()
        Get 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PriorityTele 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
      • setPriorityTele

        public void setPriorityTele​(Long PriorityTele)
        Set 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PriorityTele - 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商 注意:此字段可能返回 null,表示取不到有效值。
      • getIsBottomTele

        public Long getIsBottomTele()
        Get 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsBottomTele 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      • setIsBottomTele

        public void setIsBottomTele​(Long IsBottomTele)
        Set 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsBottomTele - 是否开启最不优先运营商 注意:此字段可能返回 null,表示取不到有效值。
      • getBottomTele

        public Long getBottomTele()
        Get 最不优先运营商 1 移动、 2 联通、 3 电信 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BottomTele 最不优先运营商 1 移动、 2 联通、 3 电信 注意:此字段可能返回 null,表示取不到有效值。
      • setBottomTele

        public void setBottomTele​(Long BottomTele)
        Set 最不优先运营商 1 移动、 2 联通、 3 电信 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BottomTele - 最不优先运营商 1 移动、 2 联通、 3 电信 注意:此字段可能返回 null,表示取不到有效值。
      • getIsBestSignal

        public Long getIsBestSignal()
        Get 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsBestSignal 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。
      • setIsBestSignal

        public void setIsBestSignal​(Long IsBestSignal)
        Set 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsBestSignal - 是否开启最优先信号选取策略 注意:此字段可能返回 null,表示取不到有效值。