EnableInteractiveQueryRequest Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.EnableInteractiveQueryRequest

Implements

public final class EnableInteractiveQueryRequest
implements JsonSerializable<EnableInteractiveQueryRequest>

The enable the interactive authoring information.

Constructor Summary

Constructor Description
EnableInteractiveQueryRequest()

Creates an instance of EnableInteractiveQueryRequest class.

Method Summary

Modifier and Type Method and Description
Integer autoTerminationMinutes()

Get the autoTerminationMinutes property: The allowed idle time for interactive authoring.

static EnableInteractiveQueryRequest fromJson(JsonReader jsonReader)

Reads an instance of EnableInteractiveQueryRequest from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
EnableInteractiveQueryRequest withAutoTerminationMinutes(Integer autoTerminationMinutes)

Set the autoTerminationMinutes property: The allowed idle time for interactive authoring.

Methods inherited from java.lang.Object

Constructor Details

EnableInteractiveQueryRequest

public EnableInteractiveQueryRequest()

Creates an instance of EnableInteractiveQueryRequest class.

Method Details

autoTerminationMinutes

public Integer autoTerminationMinutes()

Get the autoTerminationMinutes property: The allowed idle time for interactive authoring.

Returns:

the autoTerminationMinutes value.

fromJson

public static EnableInteractiveQueryRequest fromJson(JsonReader jsonReader)

Reads an instance of EnableInteractiveQueryRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withAutoTerminationMinutes

public EnableInteractiveQueryRequest withAutoTerminationMinutes(Integer autoTerminationMinutes)

Set the autoTerminationMinutes property: The allowed idle time for interactive authoring.

Parameters:

autoTerminationMinutes - the autoTerminationMinutes value to set.

Returns:

the EnableInteractiveQueryRequest object itself.

Applies to