Class FileSourceInfo

  • All Implemented Interfaces:
    SourceInfo

    public class FileSourceInfo
    extends Object
    • Constructor Detail

      • FileSourceInfo

        public FileSourceInfo​(String filePath,
                              long rawSizeInBytes)
      • FileSourceInfo

        public FileSourceInfo​(String filePath,
                              long rawSizeInBytes,
                              UUID sourceId)
    • Method Detail

      • getFilePath

        public String getFilePath()
      • setFilePath

        public void setFilePath​(String filePath)
      • getRawSizeInBytes

        public long getRawSizeInBytes()
      • setRawSizeInBytes

        public void setRawSizeInBytes​(long rawSizeInBytes)
      • validate

        public void validate()
        Description copied from interface: SourceInfo
        Checks that this SourceInfo is defined appropriately.