public class LastModified extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static LastModified |
EPOCH |
| Constructor and Description |
|---|
LastModified(Instant value) |
LastModified(long epochMilli) |
LastModified(ZonedDateTime value) |
public static final LastModified EPOCH
public LastModified(ZonedDateTime value)
public LastModified(Instant value)
public LastModified(long epochMilli)
Copyright © 2017. All rights reserved.