类 DSA


  • public class DSA
    extends JsonObject
    create by changxing01 on 19/8/28
    • 构造器详细资料

      • DSA

        public DSA()
    • 方法详细资料

      • isEnabled

        public boolean isEnabled()
        返回:
        enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        参数:
        enabled -
      • withEnabled

        public DSA withEnabled​(boolean enabled)
        参数:
        enabled -
        返回:
        this object
      • getRules

        public List<DSARule> getRules()
        返回:
        rules
      • setRules

        public void setRules​(List<DSARule> rules)
        参数:
        rules - rule list
      • withRules

        public DSA withRules​(List<DSARule> rules)
        参数:
        rules - rule list
        返回:
        this object
      • addRules

        public DSA addRules​(DSARule rule)
        参数:
        rule -
        返回:
        this object
      • getComment

        public String getComment()
        返回:
        comment
      • setComment

        public void setComment​(String comment)
        参数:
        comment -
      • withComment

        public DSA withComment​(String comment)
        参数:
        comment -
        返回:
        this object