Class BlobSourceInfo

  • All Implemented Interfaces:
    SourceInfo

    public class BlobSourceInfo
    extends Object
    • Constructor Detail

      • BlobSourceInfo

        public BlobSourceInfo​(String blobPath)
      • BlobSourceInfo

        public BlobSourceInfo​(String blobPath,
                              long rawSizeInBytes)
      • BlobSourceInfo

        public BlobSourceInfo​(String blobPath,
                              long rawSizeInBytes,
                              UUID sourceId)
    • Method Detail

      • getBlobPath

        public String getBlobPath()
      • setBlobPath

        public void setBlobPath​(String blobPath)
      • 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.