LinkTableResource Class

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

public final class LinkTableResource

The LinkTableResource model.

Constructor Summary

Constructor Description
LinkTableResource()

Creates an instance of LinkTableResource class.

Method Summary

Modifier and Type Method and Description
String getId()

Get the id property: Link table id.

String getName()

Get the name property: Link table name.

LinkTableRequestSource getSource()

Get the source property: Source table properties for link table request.

LinkTableRequestTarget getTarget()

Get the target property: Target table properties for link table request.

LinkTableResource setId(String id)

Set the id property: Link table id.

LinkTableResource setName(String name)

Set the name property: Link table name.

LinkTableResource setSource(LinkTableRequestSource source)

Set the source property: Source table properties for link table request.

LinkTableResource setTarget(LinkTableRequestTarget target)

Set the target property: Target table properties for link table request.

Methods inherited from java.lang.Object

Constructor Details

LinkTableResource

public LinkTableResource()

Creates an instance of LinkTableResource class.

Method Details

getId

public String getId()

Get the id property: Link table id.

Returns:

the id value.

getName

public String getName()

Get the name property: Link table name.

Returns:

the name value.

getSource

public LinkTableRequestSource getSource()

Get the source property: Source table properties for link table request.

Returns:

the source value.

getTarget

public LinkTableRequestTarget getTarget()

Get the target property: Target table properties for link table request.

Returns:

the target value.

setId

public LinkTableResource setId(String id)

Set the id property: Link table id.

Parameters:

id - the id value to set.

Returns:

the LinkTableResource object itself.

setName

public LinkTableResource setName(String name)

Set the name property: Link table name.

Parameters:

name - the name value to set.

Returns:

the LinkTableResource object itself.

setSource

public LinkTableResource setSource(LinkTableRequestSource source)

Set the source property: Source table properties for link table request.

Parameters:

source - the source value to set.

Returns:

the LinkTableResource object itself.

setTarget

public LinkTableResource setTarget(LinkTableRequestTarget target)

Set the target property: Target table properties for link table request.

Parameters:

target - the target value to set.

Returns:

the LinkTableResource object itself.

Applies to