Class BaselinePolicy

    • Constructor Detail

      • BaselinePolicy

        public BaselinePolicy()
      • BaselinePolicy

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

      • getPolicyName

        public String getPolicyName()
        Get 策略名称,长度不超过128英文字符
        Returns:
        PolicyName 策略名称,长度不超过128英文字符
      • setPolicyName

        public void setPolicyName​(String PolicyName)
        Set 策略名称,长度不超过128英文字符
        Parameters:
        PolicyName - 策略名称,长度不超过128英文字符
      • getDetectInterval

        public Long getDetectInterval()
        Get 检测间隔[1:1天|3:3天|5:5天|7:7天]
        Returns:
        DetectInterval 检测间隔[1:1天|3:3天|5:5天|7:7天]
      • setDetectInterval

        public void setDetectInterval​(Long DetectInterval)
        Set 检测间隔[1:1天|3:3天|5:5天|7:7天]
        Parameters:
        DetectInterval - 检测间隔[1:1天|3:3天|5:5天|7:7天]
      • getDetectTime

        public String getDetectTime()
        Get 检测时间
        Returns:
        DetectTime 检测时间
      • setDetectTime

        public void setDetectTime​(String DetectTime)
        Set 检测时间
        Parameters:
        DetectTime - 检测时间
      • getIsEnabled

        public Long getIsEnabled()
        Get 是否开启[0:未开启|1:开启]
        Returns:
        IsEnabled 是否开启[0:未开启|1:开启]
      • setIsEnabled

        public void setIsEnabled​(Long IsEnabled)
        Set 是否开启[0:未开启|1:开启]
        Parameters:
        IsEnabled - 是否开启[0:未开启|1:开启]
      • getAssetType

        public Long getAssetType()
        Get 资产类型[0:所有专业版旗舰版|1:id|2:ip]
        Returns:
        AssetType 资产类型[0:所有专业版旗舰版|1:id|2:ip]
      • setAssetType

        public void setAssetType​(Long AssetType)
        Set 资产类型[0:所有专业版旗舰版|1:id|2:ip]
        Parameters:
        AssetType - 资产类型[0:所有专业版旗舰版|1:id|2:ip]
      • getPolicyId

        public Long getPolicyId()
        Get 策略Id
        Returns:
        PolicyId 策略Id
      • setPolicyId

        public void setPolicyId​(Long PolicyId)
        Set 策略Id
        Parameters:
        PolicyId - 策略Id
      • getRuleCount

        public Long getRuleCount()
        Get 关联基线项数目
        Returns:
        RuleCount 关联基线项数目
      • setRuleCount

        public void setRuleCount​(Long RuleCount)
        Set 关联基线项数目
        Parameters:
        RuleCount - 关联基线项数目
      • getItemCount

        public Long getItemCount()
        Get 关联基线项数目
        Returns:
        ItemCount 关联基线项数目
      • setItemCount

        public void setItemCount​(Long ItemCount)
        Set 关联基线项数目
        Parameters:
        ItemCount - 关联基线项数目
      • getHostCount

        public Long getHostCount()
        Get 关联基线主机数目
        Returns:
        HostCount 关联基线主机数目
      • setHostCount

        public void setHostCount​(Long HostCount)
        Set 关联基线主机数目
        Parameters:
        HostCount - 关联基线主机数目
      • getRuleIds

        public Long[] getRuleIds()
        Get 规则Id
        Returns:
        RuleIds 规则Id
      • setRuleIds

        public void setRuleIds​(Long[] RuleIds)
        Set 规则Id
        Parameters:
        RuleIds - 规则Id
      • getHostIds

        public String[] getHostIds()
        Get 主机Id
        Returns:
        HostIds 主机Id
      • setHostIds

        public void setHostIds​(String[] HostIds)
        Set 主机Id
        Parameters:
        HostIds - 主机Id
      • getHostIps

        public String[] getHostIps()
        Get 主机Ip
        Returns:
        HostIps 主机Ip
      • setHostIps

        public void setHostIps​(String[] HostIps)
        Set 主机Ip
        Parameters:
        HostIps - 主机Ip
      • getIsDefault

        public Long getIsDefault()
        Get 是否是系统默认
        Returns:
        IsDefault 是否是系统默认
      • setIsDefault

        public void setIsDefault​(Long IsDefault)
        Set 是否是系统默认
        Parameters:
        IsDefault - 是否是系统默认