SetEventsCount sets the "eventsCount" field.
(v int32)
| 90 | |
| 91 | // SetEventsCount sets the "eventsCount" field. |
| 92 | func (_c *AlertCreate) SetEventsCount(v int32) *AlertCreate { |
| 93 | _c.mutation.SetEventsCount(v) |
| 94 | return _c |
| 95 | } |
| 96 | |
| 97 | // SetNillableEventsCount sets the "eventsCount" field if the given value is not nil. |
| 98 | func (_c *AlertCreate) SetNillableEventsCount(v *int32) *AlertCreate { |
no outgoing calls
no test coverage detected