DataFlowDebugSessionsExecuteCommandHeaders Class

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

public final class DataFlowDebugSessionsExecuteCommandHeaders

The DataFlowDebugSessionsExecuteCommandHeaders model.

Constructor Summary

Constructor Description
DataFlowDebugSessionsExecuteCommandHeaders(HttpHeaders rawHeaders)

Creates an instance of DataFlowDebugSessionsExecuteCommandHeaders class.

Method Summary

Modifier and Type Method and Description
String getLocation()

Get the location property: The location property.

DataFlowDebugSessionsExecuteCommandHeaders setLocation(String location)

Set the location property: The location property.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugSessionsExecuteCommandHeaders

public DataFlowDebugSessionsExecuteCommandHeaders(HttpHeaders rawHeaders)

Creates an instance of DataFlowDebugSessionsExecuteCommandHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

getLocation

public String getLocation()

Get the location property: The location property.

Returns:

the location value.

setLocation

public DataFlowDebugSessionsExecuteCommandHeaders setLocation(String location)

Set the location property: The location property.

Parameters:

location - the location value to set.

Returns:

the DataFlowDebugSessionsExecuteCommandHeaders object itself.

Applies to