SetFileID sets the "file_id" field.
(i int)
| 79 | |
| 80 | // SetFileID sets the "file_id" field. |
| 81 | func (dlc *DirectLinkCreate) SetFileID(i int) *DirectLinkCreate { |
| 82 | dlc.mutation.SetFileID(i) |
| 83 | return dlc |
| 84 | } |
| 85 | |
| 86 | // SetSpeed sets the "speed" field. |
| 87 | func (dlc *DirectLinkCreate) SetSpeed(i int) *DirectLinkCreate { |