Class CCRuleItem

    • Constructor Detail

      • CCRuleItem

        public CCRuleItem()
      • CCRuleItem

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

      • getActionType

        public Long getActionType()
        Get 动作
        Returns:
        ActionType 动作
      • setActionType

        public void setActionType​(Long ActionType)
        Set 动作
        Parameters:
        ActionType - 动作
      • getAdvance

        public Long getAdvance()
        Get 高级模式
        Returns:
        Advance 高级模式
      • setAdvance

        public void setAdvance​(Long Advance)
        Set 高级模式
        Parameters:
        Advance - 高级模式
      • getInterval

        public Long getInterval()
        Get 时间周期
        Returns:
        Interval 时间周期
      • setInterval

        public void setInterval​(Long Interval)
        Set 时间周期
        Parameters:
        Interval - 时间周期
      • getLimit

        public Long getLimit()
        Get 限制次数
        Returns:
        Limit 限制次数
      • setLimit

        public void setLimit​(Long Limit)
        Set 限制次数
        Parameters:
        Limit - 限制次数
      • getMatchFunc

        public Long getMatchFunc()
        Get 匹配方法
        Returns:
        MatchFunc 匹配方法
      • setMatchFunc

        public void setMatchFunc​(Long MatchFunc)
        Set 匹配方法
        Parameters:
        MatchFunc - 匹配方法
      • getName

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

        public void setName​(String Name)
        Set 名称
        Parameters:
        Name - 名称
      • getPriority

        public Long getPriority()
        Get 优先级
        Returns:
        Priority 优先级
      • setPriority

        public void setPriority​(Long Priority)
        Set 优先级
        Parameters:
        Priority - 优先级
      • getStatus

        public Long getStatus()
        Get 状态
        Returns:
        Status 状态
      • setStatus

        public void setStatus​(Long Status)
        Set 状态
        Parameters:
        Status - 状态
      • getTsVersion

        public Long getTsVersion()
        Get 更新时间戳
        Returns:
        TsVersion 更新时间戳
      • setTsVersion

        public void setTsVersion​(Long TsVersion)
        Set 更新时间戳
        Parameters:
        TsVersion - 更新时间戳
      • getUrl

        public String getUrl()
        Get 匹配url
        Returns:
        Url 匹配url
      • setUrl

        public void setUrl​(String Url)
        Set 匹配url
        Parameters:
        Url - 匹配url
      • getValidTime

        public Long getValidTime()
        Get 策略动作有效时间
        Returns:
        ValidTime 策略动作有效时间
      • setValidTime

        public void setValidTime​(Long ValidTime)
        Set 策略动作有效时间
        Parameters:
        ValidTime - 策略动作有效时间
      • getOptionsArr

        public String getOptionsArr()
        Get 高级参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OptionsArr 高级参数 注意:此字段可能返回 null,表示取不到有效值。
      • setOptionsArr

        public void setOptionsArr​(String OptionsArr)
        Set 高级参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OptionsArr - 高级参数 注意:此字段可能返回 null,表示取不到有效值。