Class MonitorTime

    • Constructor Detail

      • MonitorTime

        public MonitorTime()
      • MonitorTime

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

      • getType

        public String getType()
        Get 可选值:
      • Period - 周期执行
      • Fixed - 定期执行
Returns:
Type 可选值:
  • Period - 周期执行
  • Fixed - 定期执行
  • Parameters:
    Type - 可选值:
  • Period - 周期执行
  • Fixed - 定期执行