Class ExportResponse
- java.lang.Object
-
- com.databricks.sdk.service.workspace.ExportResponse
-
@Generated public class ExportResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
int
hashCode()
ExportResponse
setContent(String content)
String
toString()
-
-
-
Method Detail
-
setContent
public ExportResponse setContent(String content)
-
getContent
public String getContent()
-
-