public static class Unix1ExtraField.Builder extends Object
Unix1ExtraField
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Unix1ExtraField |
build()
Build and return the extra field.
|
Integer |
getGroupId() |
long |
getTimeLastAccessed() |
long |
getTimeLastModified() |
Integer |
getUserId() |
void |
setGroupId(Integer groupId) |
void |
setTimeLastAccessed(long timeLastAccess) |
void |
setTimeLastModified(long timeLastModified) |
void |
setUserId(Integer userId) |
public Unix1ExtraField build()
public long getTimeLastAccessed()
public void setTimeLastAccessed(long timeLastAccess)
public long getTimeLastModified()
public void setTimeLastModified(long timeLastModified)
public Integer getUserId()
public void setUserId(Integer userId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.