Interface OpenFileDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenFileDetails
,OpenFileDetails.Builder
public interface OpenFileDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommand()
Opened file command.com.google.protobuf.ByteString
getCommandBytes()
Opened file command.String
getFilePath()
Opened file file path.com.google.protobuf.ByteString
getFilePathBytes()
Opened file file path.String
getFileType()
Opened file file type.com.google.protobuf.ByteString
getFileTypeBytes()
Opened file file type.String
getUser()
Opened file user.com.google.protobuf.ByteString
getUserBytes()
Opened file user.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCommand
String getCommand()
Opened file command.
string command = 1;
- Returns:
- The command.
-
getCommandBytes
com.google.protobuf.ByteString getCommandBytes()
Opened file command.
string command = 1;
- Returns:
- The bytes for command.
-
getUser
String getUser()
Opened file user.
string user = 2;
- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
Opened file user.
string user = 2;
- Returns:
- The bytes for user.
-
getFileType
String getFileType()
Opened file file type.
string file_type = 3;
- Returns:
- The fileType.
-
getFileTypeBytes
com.google.protobuf.ByteString getFileTypeBytes()
Opened file file type.
string file_type = 3;
- Returns:
- The bytes for fileType.
-
getFilePath
String getFilePath()
Opened file file path.
string file_path = 4;
- Returns:
- The filePath.
-
getFilePathBytes
com.google.protobuf.ByteString getFilePathBytes()
Opened file file path.
string file_path = 4;
- Returns:
- The bytes for filePath.
-
-