Class MessageMetadata.LiteralData

    • Field Detail

      • fileName

        protected java.lang.String fileName
      • modificationDate

        protected java.util.Date modificationDate
    • Constructor Detail

      • LiteralData

        public LiteralData()
      • LiteralData

        public LiteralData​(@Nonnull
                           java.lang.String fileName,
                           @Nonnull
                           java.util.Date modificationDate,
                           @Nonnull
                           StreamEncoding format)
    • Method Detail

      • getFileName

        @Nonnull
        public java.lang.String getFileName()
        Return the value of the filename field. An empty String
        ""
        indicates no filename.
        Returns:
        filename
      • getModificationDate

        @Nonnull
        public java.util.Date getModificationDate()
        Return the value of the modification date field. A special date
        new Date(0L)
        indicates no modification date.
        Returns:
        modification date
      • getFormat

        @Nonnull
        public StreamEncoding getFormat()
        Return the value of the format field.
        Returns:
        format