Package com.databricks.sdk.service.ml
Class FileInfo
- java.lang.Object
-
- com.databricks.sdk.service.ml.FileInfo
-
@Generated public class FileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description FileInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetFileSize()BooleangetIsDir()StringgetPath()inthashCode()FileInfosetFileSize(Long fileSize)FileInfosetIsDir(Boolean isDir)FileInfosetPath(String path)StringtoString()
-