Interface V1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1LeaseFluent.SpecNested<N>
All Known Implementing Classes:
V1LeaseSpecBuilder, V1LeaseSpecFluentImpl

public interface V1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getAcquireTime

      OffsetDateTime getAcquireTime()
    • withAcquireTime

      A withAcquireTime(OffsetDateTime acquireTime)
    • hasAcquireTime

      Boolean hasAcquireTime()
    • getHolderIdentity

      String getHolderIdentity()
    • withHolderIdentity

      A withHolderIdentity(String holderIdentity)
    • hasHolderIdentity

      Boolean hasHolderIdentity()
    • getLeaseDurationSeconds

      Integer getLeaseDurationSeconds()
    • withLeaseDurationSeconds

      A withLeaseDurationSeconds(Integer leaseDurationSeconds)
    • hasLeaseDurationSeconds

      Boolean hasLeaseDurationSeconds()
    • getLeaseTransitions

      Integer getLeaseTransitions()
    • withLeaseTransitions

      A withLeaseTransitions(Integer leaseTransitions)
    • hasLeaseTransitions

      Boolean hasLeaseTransitions()
    • getRenewTime

      OffsetDateTime getRenewTime()
    • withRenewTime

      A withRenewTime(OffsetDateTime renewTime)
    • hasRenewTime

      Boolean hasRenewTime()