()
| 4397 | } |
| 4398 | |
| 4399 | func (m *BackupRequest) GetGroupId() uint32 { |
| 4400 | if m != nil { |
| 4401 | return m.GroupId |
| 4402 | } |
| 4403 | return 0 |
| 4404 | } |
| 4405 | |
| 4406 | func (m *BackupRequest) GetUnixTs() string { |
| 4407 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected