Class DbfsStorageInfo
- java.lang.Object
-
- com.databricks.sdk.service.compute.DbfsStorageInfo
-
@Generated public class DbfsStorageInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DbfsStorageInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDestination()
int
hashCode()
DbfsStorageInfo
setDestination(String destination)
String
toString()
-
-
-
Method Detail
-
setDestination
public DbfsStorageInfo setDestination(String destination)
-
getDestination
public String getDestination()
-
-