Expression Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Expression
- com.
Implements
public final class Expression
implements JsonSerializable<Expression>
Azure Synapse expression definition.
Constructor Summary
| Constructor | Description |
|---|---|
| Expression() |
Creates an instance of Expression class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Expression |
fromJson(JsonReader jsonReader)
Reads an instance of Expression from the Json |
|
Expression |
getType()
Get the type property: Expression type. |
| String |
getValue()
Get the value property: Expression value. |
| Expression |
setType(ExpressionType type)
Set the type property: Expression type. |
| Expression |
setValue(String value)
Set the value property: Expression value. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
Expression
public Expression()
Creates an instance of Expression class.
Method Details
fromJson
public static Expression fromJson(JsonReader jsonReader)
Reads an instance of Expression from the JsonReader.
Parameters:
Returns:
Throws:
getType
public ExpressionType getType()
Get the type property: Expression type.
Returns:
getValue
public String getValue()
Get the value property: Expression value.
Returns:
setType
public Expression setType(ExpressionType type)
Set the type property: Expression type.
Parameters:
Returns:
setValue
public Expression setValue(String value)
Set the value property: Expression value.
Parameters:
Returns: