SetValue sets the "value" field.
(s string)
| 224 | |
| 225 | // SetValue sets the "value" field. |
| 226 | func (suo *SettingUpdateOne) SetValue(s string) *SettingUpdateOne { |
| 227 | suo.mutation.SetValue(s) |
| 228 | return suo |
| 229 | } |
| 230 | |
| 231 | // SetNillableValue sets the "value" field if the given value is not nil. |
| 232 | func (suo *SettingUpdateOne) SetNillableValue(s *string) *SettingUpdateOne { |
no test coverage detected