Class PathMonitor.LeafLock

java.lang.Object
io.github.andreyzebin.gitSql.config.PathMonitor.LeafLock
Enclosing interface:
PathMonitor

public static class PathMonitor.LeafLock extends Object
  • Field Details

    • executorId

      public String executorId
    • lockId

      public String lockId
    • obtainedEpochSec

      public Long obtainedEpochSec
  • Constructor Details

    • LeafLock

      public LeafLock(String executorId, String lockId, Long obtainedEpochSec)
    • LeafLock

      public LeafLock()
  • Method Details

    • builder

      public static PathMonitor.LeafLock.LeafLockBuilder builder()
    • getExecutorId

      public String getExecutorId()
    • getLockId

      public String getLockId()
    • getObtainedEpochSec

      public Long getObtainedEpochSec()
    • setExecutorId

      public void setExecutorId(String executorId)
    • setLockId

      public void setLockId(String lockId)
    • setObtainedEpochSec

      public void setObtainedEpochSec(Long obtainedEpochSec)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object