DataFlowReference Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DataFlowReference

Implements

public final class DataFlowReference
implements JsonSerializable<DataFlowReference>

Data flow reference type.

Constructor Summary

Constructor Description
DataFlowReference()

Creates an instance of DataFlowReference class.

Method Summary

Modifier and Type Method and Description
static DataFlowReference fromJson(JsonReader jsonReader)

Reads an instance of DataFlowReference from the JsonReader.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Data flow reference type.

Object getDatasetParameters()

Get the datasetParameters property: Reference data flow parameters from dataset.

Map<String,Object> getParameters()

Get the parameters property: Data flow parameters.

String getReferenceName()

Get the referenceName property: Reference data flow name.

DataFlowReferenceType getType()

Get the type property: Data flow reference type.

DataFlowReference setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow reference type.

DataFlowReference setDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Reference data flow parameters from dataset.

DataFlowReference setParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

DataFlowReference setReferenceName(String referenceName)

Set the referenceName property: Reference data flow name.

DataFlowReference setType(DataFlowReferenceType type)

Set the type property: Data flow reference type.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowReference

public DataFlowReference()

Creates an instance of DataFlowReference class.

Method Details

fromJson

public static DataFlowReference fromJson(JsonReader jsonReader)

Reads an instance of DataFlowReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowReference if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Data flow reference type.

Returns:

the additionalProperties value.

getDatasetParameters

public Object getDatasetParameters()

Get the datasetParameters property: Reference data flow parameters from dataset.

Returns:

the datasetParameters value.

getParameters

public Map<String,Object> getParameters()

Get the parameters property: Data flow parameters.

Returns:

the parameters value.

getReferenceName

public String getReferenceName()

Get the referenceName property: Reference data flow name.

Returns:

the referenceName value.

getType

public DataFlowReferenceType getType()

Get the type property: Data flow reference type.

Returns:

the type value.

setAdditionalProperties

public DataFlowReference setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow reference type.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowReference object itself.

setDatasetParameters

public DataFlowReference setDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Reference data flow parameters from dataset.

Parameters:

datasetParameters - the datasetParameters value to set.

Returns:

the DataFlowReference object itself.

setParameters

public DataFlowReference setParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the DataFlowReference object itself.

setReferenceName

public DataFlowReference setReferenceName(String referenceName)

Set the referenceName property: Reference data flow name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the DataFlowReference object itself.

setType

public DataFlowReference setType(DataFlowReferenceType type)

Set the type property: Data flow reference type.

Parameters:

type - the type value to set.

Returns:

the DataFlowReference object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to