CustomSetupBase Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.CustomSetupBase

Implements

public 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.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of custom setup.

void validate()

Validates the instance.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of custom setup.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to