Class MinioFile


  • public class MinioFile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MinioFile​(java.lang.String bucket, java.lang.String filePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBucket()  
      java.lang.String getFilePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinioFile

        public MinioFile​(java.lang.String bucket,
                         java.lang.String filePath)
    • Method Detail

      • getBucket

        public java.lang.String getBucket()
      • getFilePath

        public java.lang.String getFilePath()