Package com.databricks.sdk.service.files
Class Move
- java.lang.Object
-
- com.databricks.sdk.service.files.Move
-
@Generated public class Move extends Object
-
-
Constructor Summary
Constructors Constructor Description Move()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDestinationPath()
String
getSourcePath()
int
hashCode()
Move
setDestinationPath(String destinationPath)
Move
setSourcePath(String sourcePath)
String
toString()
-