DataSift_ODP::setSourceId PHP Method

setSourceId() public method

Sets the Managed Source ID
public setSourceId ( string $source_id )
$source_id string the Managed Source ID
    public function setSourceId($source_id)
    {
        $this->_source_id = trim($source_id);
    }