KqlScriptContentMetadata Class

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

Implements

public final class KqlScriptContentMetadata
implements JsonSerializable<KqlScriptContentMetadata>

The KqlScriptContentMetadata model.

Constructor Summary

Constructor Description
KqlScriptContentMetadata()

Creates an instance of KqlScriptContentMetadata class.

Method Summary

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

Reads an instance of KqlScriptContentMetadata from the JsonReader.

String getLanguage()

Get the language property: The language property.

KqlScriptContentMetadata setLanguage(String language)

Set the language property: The language property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

KqlScriptContentMetadata

public KqlScriptContentMetadata()

Creates an instance of KqlScriptContentMetadata class.

Method Details

fromJson

public static KqlScriptContentMetadata fromJson(JsonReader jsonReader)

Reads an instance of KqlScriptContentMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the KqlScriptContentMetadata.

getLanguage

public String getLanguage()

Get the language property: The language property.

Returns:

the language value.

setLanguage

public KqlScriptContentMetadata setLanguage(String language)

Set the language property: The language property.

Parameters:

language - the language value to set.

Returns:

the KqlScriptContentMetadata object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to