Class LinkTableRequestTarget


  • public final class LinkTableRequestTarget
    extends Object
    The LinkTableRequestTarget model.
    • Constructor Detail

      • LinkTableRequestTarget

        public LinkTableRequestTarget()
    • Method Detail

      • getTableName

        public String getTableName()
        Get the tableName property: Target table table name.
        Returns:
        the tableName value.
      • setTableName

        public LinkTableRequestTarget setTableName​(String tableName)
        Set the tableName property: Target table table name.
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the LinkTableRequestTarget object itself.
      • getSchemaName

        public String getSchemaName()
        Get the schemaName property: Target table schema name.
        Returns:
        the schemaName value.
      • setSchemaName

        public LinkTableRequestTarget setSchemaName​(String schemaName)
        Set the schemaName property: Target table schema name.
        Parameters:
        schemaName - the schemaName value to set.
        Returns:
        the LinkTableRequestTarget object itself.
      • getDistributionOptions

        public LinkTableRequestTargetDistributionOptions getDistributionOptions()
        Get the distributionOptions property: Target table distribution options for link table request.
        Returns:
        the distributionOptions value.
      • setDistributionOptions

        public LinkTableRequestTarget setDistributionOptions​(LinkTableRequestTargetDistributionOptions distributionOptions)
        Set the distributionOptions property: Target table distribution options for link table request.
        Parameters:
        distributionOptions - the distributionOptions value to set.
        Returns:
        the LinkTableRequestTarget object itself.