Uses of Class
dev.vality.damsel.domain.HoldLifetime
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of HoldLifetime in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return HoldLifetime Modifier and Type Method Description HoldLifetimeHoldLifetime. deepCopy()HoldLifetimeHoldLifetimeSelector. getValue()HoldLifetimeHoldLifetime. setSeconds(int seconds)Methods in dev.vality.damsel.domain with parameters of type HoldLifetime Modifier and Type Method Description intHoldLifetime. compareTo(HoldLifetime other)booleanHoldLifetime. equals(HoldLifetime that)voidHoldLifetimeSelector. setValue(HoldLifetime value)static HoldLifetimeSelectorHoldLifetimeSelector. value(HoldLifetime value)Constructors in dev.vality.damsel.domain with parameters of type HoldLifetime Constructor Description HoldLifetime(HoldLifetime other)Performs a deep copy on other.