Interface AppFrameProtoIn.FilesSelectedEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFiles​(int index)
      repeated string files = 1;
      com.google.protobuf.ByteString getFilesBytes​(int index)
      repeated string files = 1;
      int getFilesCount()
      repeated string files = 1;
      java.util.List<java.lang.String> getFilesList()
      repeated string files = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;