public class BinaryTimestamp extends Object
| Constructor and Description |
|---|
BinaryTimestamp()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getModified()
Getter for modified.
|
long |
getTimestamp()
Getter for timestamp.
|
boolean |
isReloadingRequired()
Getter for reloadingRequired.
|
void |
setModified(Long modified)
Setter for modified.
|
void |
setReloadingRequired(boolean reloadingRequired)
Setter for reloadingRequired.
|
void |
setTimestamp(long timestamp)
Setter for timestamp.
|
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic Long getModified()
public void setModified(Long modified)
modified - the modified to setpublic boolean isReloadingRequired()
public void setReloadingRequired(boolean reloadingRequired)
reloadingRequired - the reloadingRequired to setCopyright © 2023. All rights reserved.