()
| 1470 | } |
| 1471 | |
| 1472 | func (m *ADRSettings) GetMode() isADRSettings_Mode { |
| 1473 | if m != nil { |
| 1474 | return m.Mode |
| 1475 | } |
| 1476 | return nil |
| 1477 | } |
| 1478 | |
| 1479 | func (x *ADRSettings) GetStatic() *ADRSettings_StaticMode { |
| 1480 | if x, ok := x.GetMode().(*ADRSettings_Static); ok { |
no outgoing calls
no test coverage detected