Interface AppFrameProtoIn.FilesSelectedEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.FilesSelectedEventMsgInProto,AppFrameProtoIn.FilesSelectedEventMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.FilesSelectedEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFiles(int index)repeated string files = 1;com.google.protobuf.ByteStringgetFilesBytes(int index)repeated string files = 1;intgetFilesCount()repeated string files = 1;java.util.List<java.lang.String>getFilesList()repeated string files = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilesList
java.util.List<java.lang.String> getFilesList()
repeated string files = 1;
-
getFilesCount
int getFilesCount()
repeated string files = 1;
-
getFiles
java.lang.String getFiles(int index)
repeated string files = 1;
-
getFilesBytes
com.google.protobuf.ByteString getFilesBytes(int index)
repeated string files = 1;
-
-