CustomSetupBase Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. CustomSetupBase
- com.
Implements
public class CustomSetupBase
implements JsonSerializable<CustomSetupBase>
The base definition of the custom setup.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomSetupBase() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
|
Json |
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:
Returns:
Throws:
toJson
type
public String type()
Get the type property: The type of custom setup.
Returns:
validate
public void validate()
Validates the instance.