类 XxlJobProperties.Executor

java.lang.Object
com.elitesland.ystdms.sys.xxljob.XxlJobProperties.Executor
封闭类:
XxlJobProperties

public static class XxlJobProperties.Executor extends Object
  • 构造器详细资料

    • Executor

      public Executor()
  • 方法详细资料

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getAppname

      public String getAppname()
    • setAppname

      public void setAppname(String appname)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getIp

      public String getIp()
    • setIp

      public void setIp(String ip)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getLogpath

      public String getLogpath()
    • setLogpath

      public void setLogpath(String logpath)
    • getLogretentiondays

      public int getLogretentiondays()
    • setLogretentiondays

      public void setLogretentiondays(int logretentiondays)
    • getExcludedpackage

      public String getExcludedpackage()
    • setExcludedpackage

      public void setExcludedpackage(String excludedpackage)
    • getDefaultExecuteUser

      public String getDefaultExecuteUser()
    • setDefaultExecuteUser

      public void setDefaultExecuteUser(String defaultExecuteUser)