Package com.databricks.sdk.service.files
Class CreateResponse
- java.lang.Object
-
- com.databricks.sdk.service.files.CreateResponse
-
@Generated public class CreateResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getHandle()
int
hashCode()
CreateResponse
setHandle(Long handle)
String
toString()
-
-
-
Method Detail
-
setHandle
public CreateResponse setHandle(Long handle)
-
getHandle
public Long getHandle()
-
-