Class LinkTableResource

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

public final class LinkTableResource extends Object
The LinkTableResource model.
  • Constructor Details

    • LinkTableResource

      public LinkTableResource()
  • Method Details

    • getId

      public String getId()
      Get the id property: Link table id.
      Returns:
      the id 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.
    • getName

      public String getName()
      Get the name property: Link table name.
      Returns:
      the name value.
    • 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.
    • getSource

      public LinkTableRequestSource getSource()
      Get the source property: Source table properties for link table request.
      Returns:
      the source value.
    • 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.
    • getTarget

      public LinkTableRequestTarget getTarget()
      Get the target property: Target table properties for link table request.
      Returns:
      the target value.
    • 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.