Class DataCategory

    • Constructor Detail

      • DataCategory

        public DataCategory()
      • DataCategory

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

      • getCategoryId

        public Long getCategoryId()
        Get 分类ID
        Returns:
        CategoryId 分类ID
      • setCategoryId

        public void setCategoryId​(Long CategoryId)
        Set 分类ID
        Parameters:
        CategoryId - 分类ID
      • getName

        public String getName()
        Get 敏感数据分类名称
        Returns:
        Name 敏感数据分类名称
      • setName

        public void setName​(String Name)
        Set 敏感数据分类名称
        Parameters:
        Name - 敏感数据分类名称
      • getSource

        public Long getSource()
        Get 敏感数据分类来源,取值:0 内置, 1 自定义
        Returns:
        Source 敏感数据分类来源,取值:0 内置, 1 自定义
      • setSource

        public void setSource​(Long Source)
        Set 敏感数据分类来源,取值:0 内置, 1 自定义
        Parameters:
        Source - 敏感数据分类来源,取值:0 内置, 1 自定义
      • getRelateComplianceCount

        public Long getRelateComplianceCount()
        Get 关联模板数量
        Returns:
        RelateComplianceCount 关联模板数量
      • setRelateComplianceCount

        public void setRelateComplianceCount​(Long RelateComplianceCount)
        Set 关联模板数量
        Parameters:
        RelateComplianceCount - 关联模板数量