Class Time

java.lang.Object
org.apache.camel.component.mock.Time

public class Time extends Object
A helper class for working with times in various units
  • Constructor Details

    • Time

      public Time(long number, TimeUnit timeUnit)
  • Method Details

    • toMillis

      public long toMillis()
    • getNumber

      public long getNumber()
    • getTimeUnit

      public TimeUnit getTimeUnit()
    • toString

      public String toString()
      Overrides:
      toString in class Object