类 DSARule


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

      • DSARule

        public DSARule()
    • 方法详细资料

      • getType

        public String getType()
        返回:
        type
      • setType

        public void setType​(String type)
        参数:
        type - rule type
      • withType

        public DSARule withType​(String type)
        参数:
        type - rule type
        返回:
        this object
      • getValue

        public String getValue()
        返回:
        value
      • setValue

        public void setValue​(String value)
        参数:
        value - config rule
      • withValue

        public DSARule withValue​(String value)
        参数:
        value - config rule
        返回:
        this object