public class TimeToLive extends Object
Constructor and Description |
---|
TimeToLive() |
TimeToLive(int value,
ChronoUnit unit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ChronoUnit |
getUnit() |
int |
getValue() |
int |
hashCode() |
TimeToLive |
setUnit(ChronoUnit unit) |
TimeToLive |
setValue(int value) |
public TimeToLive()
public TimeToLive(int value, ChronoUnit unit)
public int getValue()
public TimeToLive setValue(int value)
public ChronoUnit getUnit()
public TimeToLive setUnit(ChronoUnit unit)
Copyright © 2019 Vitam. All rights reserved.