Class LinkTableRequestSource


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

      • LinkTableRequestSource

        public LinkTableRequestSource()
    • Method Detail

      • getTableName

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

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

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

        public LinkTableRequestSource setSchemaName​(String schemaName)
        Set the schemaName property: Source table schema name.
        Parameters:
        schemaName - the schemaName value to set.
        Returns:
        the LinkTableRequestSource object itself.