Package com.databricks.sdk.service.jobs
Class SqlOutput
- java.lang.Object
-
- com.databricks.sdk.service.jobs.SqlOutput
-
@Generated public class SqlOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SqlAlertOutputgetAlertOutput()SqlDashboardOutputgetDashboardOutput()SqlQueryOutputgetQueryOutput()inthashCode()SqlOutputsetAlertOutput(SqlAlertOutput alertOutput)SqlOutputsetDashboardOutput(SqlDashboardOutput dashboardOutput)SqlOutputsetQueryOutput(SqlQueryOutput queryOutput)StringtoString()
-
-
-
Method Detail
-
setAlertOutput
public SqlOutput setAlertOutput(SqlAlertOutput alertOutput)
-
getAlertOutput
public SqlAlertOutput getAlertOutput()
-
setDashboardOutput
public SqlOutput setDashboardOutput(SqlDashboardOutput dashboardOutput)
-
getDashboardOutput
public SqlDashboardOutput getDashboardOutput()
-
setQueryOutput
public SqlOutput setQueryOutput(SqlQueryOutput queryOutput)
-
getQueryOutput
public SqlQueryOutput getQueryOutput()
-
-