Class InfoWebService.UptimeBlock

java.lang.Object
ubic.gemma.rest.monitoring.InfoWebService.UptimeBlock
Enclosing class:
InfoWebService

public static final class InfoWebService.UptimeBlock extends Object
Author:
Phase 3 actuator wiring
  • Constructor Details

    • UptimeBlock

      public UptimeBlock(long startTimeMillis, long uptimeMillis)
  • Method Details

    • getStartTimeMillis

      public long getStartTimeMillis()
    • getUptimeMillis

      public long getUptimeMillis()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object