Class Strategy

    • Constructor Detail

      • Strategy

        public Strategy()
      • Strategy

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

      • getStrategyName

        public String getStrategyName()
        Get 策略名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StrategyName 策略名 注意:此字段可能返回 null,表示取不到有效值。
      • setStrategyName

        public void setStrategyName​(String StrategyName)
        Set 策略名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StrategyName - 策略名 注意:此字段可能返回 null,表示取不到有效值。
      • getStrategyId

        public Long getStrategyId()
        Get 策略id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StrategyId 策略id 注意:此字段可能返回 null,表示取不到有效值。
      • setStrategyId

        public void setStrategyId​(Long StrategyId)
        Set 策略id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StrategyId - 策略id 注意:此字段可能返回 null,表示取不到有效值。
      • getRuleCount

        public Long getRuleCount()
        Get 基线检测项总数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RuleCount 基线检测项总数 注意:此字段可能返回 null,表示取不到有效值。
      • setRuleCount

        public void setRuleCount​(Long RuleCount)
        Set 基线检测项总数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RuleCount - 基线检测项总数 注意:此字段可能返回 null,表示取不到有效值。
      • getHostCount

        public Long getHostCount()
        Get 主机数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HostCount 主机数量 注意:此字段可能返回 null,表示取不到有效值。
      • setHostCount

        public void setHostCount​(Long HostCount)
        Set 主机数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HostCount - 主机数量 注意:此字段可能返回 null,表示取不到有效值。
      • getScanCycle

        public Long getScanCycle()
        Get 扫描周期 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScanCycle 扫描周期 注意:此字段可能返回 null,表示取不到有效值。
      • setScanCycle

        public void setScanCycle​(Long ScanCycle)
        Set 扫描周期 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScanCycle - 扫描周期 注意:此字段可能返回 null,表示取不到有效值。
      • getScanAt

        public String getScanAt()
        Get 扫描时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScanAt 扫描时间 注意:此字段可能返回 null,表示取不到有效值。
      • setScanAt

        public void setScanAt​(String ScanAt)
        Set 扫描时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScanAt - 扫描时间 注意:此字段可能返回 null,表示取不到有效值。
      • getEnabled

        public Long getEnabled()
        Get 是否可用 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Enabled 是否可用 注意:此字段可能返回 null,表示取不到有效值。
      • setEnabled

        public void setEnabled​(Long Enabled)
        Set 是否可用 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Enabled - 是否可用 注意:此字段可能返回 null,表示取不到有效值。
      • getPassRate

        public Long getPassRate()
        Get 通过率 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PassRate 通过率 注意:此字段可能返回 null,表示取不到有效值。
      • setPassRate

        public void setPassRate​(Long PassRate)
        Set 通过率 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PassRate - 通过率 注意:此字段可能返回 null,表示取不到有效值。
      • getCategoryIds

        public String getCategoryIds()
        Get 基线id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CategoryIds 基线id 注意:此字段可能返回 null,表示取不到有效值。
      • setCategoryIds

        public void setCategoryIds​(String CategoryIds)
        Set 基线id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CategoryIds - 基线id 注意:此字段可能返回 null,表示取不到有效值。
      • getIsDefault

        public Long getIsDefault()
        Get 是否默认策略 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsDefault 是否默认策略 注意:此字段可能返回 null,表示取不到有效值。
      • setIsDefault

        public void setIsDefault​(Long IsDefault)
        Set 是否默认策略 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsDefault - 是否默认策略 注意:此字段可能返回 null,表示取不到有效值。