SetSTime sets the "s_time" field.
(v int64)
| 214 | |
| 215 | // SetMaxRss sets the "max_rss" field. |
| 216 | func (_c *DBPackageCreate) SetMaxRss(v int64) *DBPackageCreate { |
| 217 | _c.mutation.SetMaxRss(v) |
| 218 | return _c |
| 219 | } |
| 220 | |
| 221 | // SetNillableMaxRss sets the "max_rss" field if the given value is not nil. |
| 222 | func (_c *DBPackageCreate) SetNillableMaxRss(v *int64) *DBPackageCreate { |