Class LegacyMonitorData.JobKey

  • Enclosing class:
    LegacyMonitorData

    public static class LegacyMonitorData.JobKey
    extends Object
    The pair of the source job and the destination job.
    • Constructor Detail

      • JobKey

        public JobKey​(@NonNull
                      String from,
                      @NonNull
                      String to)
        ctor
        Parameters:
        from - the name of the source job.
        to - the name of the destination job.
    • Method Detail

      • hashCode

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

        public boolean equals​(@CheckForNull
                              Object obj)
        Overrides:
        equals in class Object