Expression Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Expression
- com.
Implements
public final class Expression
implements JsonSerializable<Expression>
Azure Data Factory 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 |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Expression type. |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: Expression value. |
| Expression |
withValue(String value)
Set the value property: Expression value. |
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:
toJson
type
public String type()
Get the type property: Expression type.
Returns:
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Expression value.
Returns:
withValue
public Expression withValue(String value)
Set the value property: Expression value.
Parameters:
Returns: