KqlScriptContentCurrentConnection Class

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

Implements

public final class KqlScriptContentCurrentConnection
implements JsonSerializable<KqlScriptContentCurrentConnection>

The KqlScriptContentCurrentConnection model.

Constructor Summary

Constructor Description
KqlScriptContentCurrentConnection()

Creates an instance of KqlScriptContentCurrentConnection class.

Method Summary

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

Reads an instance of KqlScriptContentCurrentConnection from the JsonReader.

String getDatabaseName()

Get the databaseName property: The databaseName property.

String getName()

Get the name property: The name property.

String getPoolName()

Get the poolName property: The poolName property.

String getType()

Get the type property: The type property.

KqlScriptContentCurrentConnection setDatabaseName(String databaseName)

Set the databaseName property: The databaseName property.

KqlScriptContentCurrentConnection setName(String name)

Set the name property: The name property.

KqlScriptContentCurrentConnection setPoolName(String poolName)

Set the poolName property: The poolName property.

KqlScriptContentCurrentConnection setType(String type)

Set the type property: The type property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

KqlScriptContentCurrentConnection

public KqlScriptContentCurrentConnection()

Creates an instance of KqlScriptContentCurrentConnection class.

Method Details

fromJson

public static KqlScriptContentCurrentConnection fromJson(JsonReader jsonReader)

Reads an instance of KqlScriptContentCurrentConnection from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of KqlScriptContentCurrentConnection 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 KqlScriptContentCurrentConnection.

getDatabaseName

public String getDatabaseName()

Get the databaseName property: The databaseName property.

Returns:

the databaseName value.

getName

public String getName()

Get the name property: The name property.

Returns:

the name value.

getPoolName

public String getPoolName()

Get the poolName property: The poolName property.

Returns:

the poolName value.

getType

public String getType()

Get the type property: The type property.

Returns:

the type value.

setDatabaseName

public KqlScriptContentCurrentConnection setDatabaseName(String databaseName)

Set the databaseName property: The databaseName property.

Parameters:

databaseName - the databaseName value to set.

Returns:

the KqlScriptContentCurrentConnection object itself.

setName

public KqlScriptContentCurrentConnection setName(String name)

Set the name property: The name property.

Parameters:

name - the name value to set.

Returns:

the KqlScriptContentCurrentConnection object itself.

setPoolName

public KqlScriptContentCurrentConnection setPoolName(String poolName)

Set the poolName property: The poolName property.

Parameters:

poolName - the poolName value to set.

Returns:

the KqlScriptContentCurrentConnection object itself.

setType

public KqlScriptContentCurrentConnection setType(String type)

Set the type property: The type property.

Parameters:

type - the type value to set.

Returns:

the KqlScriptContentCurrentConnection object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to