public static class SnapshottableDirectoryStatus.Bean extends Object
Constructor and Description |
---|
SnapshottableDirectoryStatus.Bean(String path,
int snapshotNumber,
int snapshotQuota,
long modificationTime,
short permission,
String owner,
String group) |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
long |
getModificationTime() |
String |
getOwner() |
String |
getPath() |
short |
getPermission() |
int |
getSnapshotNumber() |
int |
getSnapshotQuota() |
public String getPath()
public int getSnapshotNumber()
public int getSnapshotQuota()
public long getModificationTime()
public short getPermission()
public String getOwner()
public String getGroup()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.