@NotThreadSafe public final class CompleteUfsFileOptions extends Object
Modifier and Type | Method and Description |
---|---|
static CompleteUfsFileOptions |
defaults()
Creates a default
CompleteUfsFileOptions with owner, group from login module and
default file mode. |
boolean |
equals(Object o) |
String |
getGroup() |
Mode |
getMode() |
String |
getOwner() |
int |
hashCode() |
CompleteUfsFileOptions |
setGroup(String group) |
CompleteUfsFileOptions |
setMode(Mode mode) |
CompleteUfsFileOptions |
setOwner(String owner) |
String |
toString() |
CompleteUfsFileTOptions |
toThrift() |
public static CompleteUfsFileOptions defaults()
CompleteUfsFileOptions
with owner, group from login module and
default file mode.CompleteUfsFileOptions
public String getOwner()
public String getGroup()
public Mode getMode()
public CompleteUfsFileOptions setOwner(String owner)
owner
- the owner to setpublic CompleteUfsFileOptions setGroup(String group)
group
- the group to setpublic CompleteUfsFileOptions setMode(Mode mode)
mode
- the mode to setpublic CompleteUfsFileTOptions toThrift()
Copyright © 2023. All Rights Reserved.