public static class ExtendedTimestampLocalExtraField.Builder extends Object
ExtendedTimestampLocalExtraField
..Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExtendedTimestampLocalExtraField |
build()
Build and return the extra field.
|
int |
getFlags() |
long |
getTimeCreation() |
long |
getTimeLastAccessed() |
long |
getTimeLastModified() |
void |
setFlags(int flags) |
void |
setTimeCreation(long timeCreation) |
void |
setTimeLastAccessed(long timeLastAccess) |
void |
setTimeLastModified(long timeLastModified) |
public ExtendedTimestampLocalExtraField build()
public int getFlags()
public void setFlags(int flags)
public long getTimeLastModified()
public void setTimeLastModified(long timeLastModified)
public long getTimeLastAccessed()
public void setTimeLastAccessed(long timeLastAccess)
public long getTimeCreation()
public void setTimeCreation(long timeCreation)
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.