Package com.databricks.sdk.service.sql
Class Parameter
- java.lang.Object
-
- com.databricks.sdk.service.sql.Parameter
-
@Generated public class Parameter extends Object
-
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getTitle()
ParameterType
getType()
Object
getValue()
int
hashCode()
Parameter
setName(String name)
Parameter
setTitle(String title)
Parameter
setType(ParameterType typeValue)
Parameter
setValue(Object value)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getTitle
public String getTitle()
-
setType
public Parameter setType(ParameterType typeValue)
-
getType
public ParameterType getType()
-
getValue
public Object getValue()
-
-