public class Version extends Object
| Constructor and Description |
|---|
Version(Instant time)
Create a Version parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Instant |
getInstant()
Retrieve the instant.
|
String |
toString() |
static Version |
valueOf(String value)
Create a Version object from a string value.
|