Class PeriodicTrigger


  • public class PeriodicTrigger
    extends java.lang.Object
    Periodic Trigger Information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      SYSTEMTIME StartTime
      UTC Time to start the operation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPeriod()
      Non-zero value indicating the time period in milliseconds for which inventory will run.
      void setPeriod​(int period)
      Non-zero value indicating the time period in milliseconds for which inventory will run.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • StartTime

        public SYSTEMTIME StartTime
        UTC Time to start the operation.
    • Method Detail

      • getPeriod

        public int getPeriod()
        Non-zero value indicating the time period in milliseconds for which inventory will run.
      • setPeriod

        public void setPeriod​(int period)
        Non-zero value indicating the time period in milliseconds for which inventory will run.