Class DspaDiscoveryDataRule

    • Constructor Detail

      • DspaDiscoveryDataRule

        public DspaDiscoveryDataRule()
      • DspaDiscoveryDataRule

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

      • getRuleType

        public String getRuleType()
        Get 规则类型;取值: keyword 关键字, regex 正则 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RuleType 规则类型;取值: keyword 关键字, regex 正则 注意:此字段可能返回 null,表示取不到有效值。
      • setRuleType

        public void setRuleType​(String RuleType)
        Set 规则类型;取值: keyword 关键字, regex 正则 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RuleType - 规则类型;取值: keyword 关键字, regex 正则 注意:此字段可能返回 null,表示取不到有效值。
      • getRuleContent

        public String getRuleContent()
        Get 内容 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RuleContent 内容 注意:此字段可能返回 null,表示取不到有效值。
      • setRuleContent

        public void setRuleContent​(String RuleContent)
        Set 内容 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RuleContent - 内容 注意:此字段可能返回 null,表示取不到有效值。
      • getExtendParameters

        public DatagovRuleExtendParameter[] getExtendParameters()
        Get 该字段是针对规则类型RuleType为keyword类型时的一个扩展属性 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExtendParameters 该字段是针对规则类型RuleType为keyword类型时的一个扩展属性 注意:此字段可能返回 null,表示取不到有效值。
      • setExtendParameters

        public void setExtendParameters​(DatagovRuleExtendParameter[] ExtendParameters)
        Set 该字段是针对规则类型RuleType为keyword类型时的一个扩展属性 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExtendParameters - 该字段是针对规则类型RuleType为keyword类型时的一个扩展属性 注意:此字段可能返回 null,表示取不到有效值。