public static final class RelativeDate.Precision extends Object
Modifier and Type | Field and Description |
---|---|
private long |
millis
The precision of the unit in milliseconds.
|
private String |
unit
The name of the unit of this precision.
|
Modifier and Type | Method and Description |
---|---|
long |
getMillis()
The precision of the unit in milliseconds.
|
String |
getUnit()
The name of the unit of this precision.
|
String |
toString() |
private final String unit
private final long millis
@Generated(value="lombok") Precision(String unit, long millis)
@Generated(value="lombok") public String getUnit()
@Generated(value="lombok") public long getMillis()
Copyright © 2022 fastnate.org. All rights reserved.