Adds a new or replaces the existing parameter name with the value quotedValue.
name
quotedValue
void setParameter(String name, String quotedValue) { parameters[name] = quotedValue; }