public interface OpenFileDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommand()
public abstract String getCommand()
Opened file command.
string command = 1;
Returns | |
---|---|
Type | Description |
String |
The command. |
getCommandBytes()
public abstract ByteString getCommandBytes()
Opened file command.
string command = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for command. |
getFilePath()
public abstract String getFilePath()
Opened file file path.
string file_path = 4;
Returns | |
---|---|
Type | Description |
String |
The filePath. |
getFilePathBytes()
public abstract ByteString getFilePathBytes()
Opened file file path.
string file_path = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filePath. |
getFileType()
public abstract String getFileType()
Opened file file type.
string file_type = 3;
Returns | |
---|---|
Type | Description |
String |
The fileType. |
getFileTypeBytes()
public abstract ByteString getFileTypeBytes()
Opened file file type.
string file_type = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fileType. |
getUser()
public abstract String getUser()
Opened file user.
string user = 2;
Returns | |
---|---|
Type | Description |
String |
The user. |
getUserBytes()
public abstract ByteString getUserBytes()
Opened file user.
string user = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for user. |