public class LeaseSpecFluentImpl<A extends LeaseSpecFluent<A>> extends BaseFluent<A> implements LeaseSpecFluent<A>
_visitables
Constructor and Description |
---|
LeaseSpecFluentImpl() |
LeaseSpecFluentImpl(LeaseSpec instance) |
public LeaseSpecFluentImpl()
public LeaseSpecFluentImpl(LeaseSpec instance)
public ZonedDateTime getAcquireTime()
getAcquireTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withAcquireTime(ZonedDateTime acquireTime)
withAcquireTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasAcquireTime()
hasAcquireTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public String getHolderIdentity()
getHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withHolderIdentity(String holderIdentity)
withHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasHolderIdentity()
hasHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withNewHolderIdentity(String arg1)
withNewHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withNewHolderIdentity(StringBuilder arg1)
withNewHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withNewHolderIdentity(StringBuffer arg1)
withNewHolderIdentity
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Integer getLeaseDurationSeconds()
getLeaseDurationSeconds
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withLeaseDurationSeconds(Integer leaseDurationSeconds)
withLeaseDurationSeconds
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasLeaseDurationSeconds()
hasLeaseDurationSeconds
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Integer getLeaseTransitions()
getLeaseTransitions
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withLeaseTransitions(Integer leaseTransitions)
withLeaseTransitions
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasLeaseTransitions()
hasLeaseTransitions
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public ZonedDateTime getRenewTime()
getRenewTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withRenewTime(ZonedDateTime renewTime)
withRenewTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasRenewTime()
hasRenewTime
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface LeaseSpecFluent<A extends LeaseSpecFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.