Package com.databricks.sdk.service.files
Class GetStatusRequest
- java.lang.Object
-
- com.databricks.sdk.service.files.GetStatusRequest
-
@Generated public class GetStatusRequest extends Object
Get the information of a file or directory
-
-
Constructor Summary
Constructors Constructor Description GetStatusRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPath()
int
hashCode()
GetStatusRequest
setPath(String path)
String
toString()
-
-
-
Method Detail
-
setPath
public GetStatusRequest setPath(String path)
-
getPath
public String getPath()
-
-