CustomSetupBase Class

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

Implements

public final class CustomSetupBase
implements JsonSerializable<CustomSetupBase>

The base definition of the custom setup.

Constructor Summary

Constructor Description
CustomSetupBase()

Creates an instance of CustomSetupBase class.

Method Summary

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

Reads an instance of CustomSetupBase from the JsonReader.

String getType()

Get the type property: The type of custom setup.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

CustomSetupBase

public CustomSetupBase()

Creates an instance of CustomSetupBase class.

Method Details

fromJson

public static CustomSetupBase fromJson(JsonReader jsonReader)

Reads an instance of CustomSetupBase from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

getType

public String getType()

Get the type property: The type of custom setup.

Returns:

the type value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to