person_name=... @param personName @return this
(String personName)
| 257 | * @return this |
| 258 | */ |
| 259 | public PostParameters setPersonName(String personName) { |
| 260 | addString("person_name", personName); |
| 261 | return this; |
| 262 | } |
| 263 | |
| 264 | /** |
| 265 | * name=... |
nothing calls this directly
no test coverage detected