()
| 1484 | } |
| 1485 | |
| 1486 | func (x *ADRSettings) GetDynamic() *ADRSettings_DynamicMode { |
| 1487 | if x, ok := x.GetMode().(*ADRSettings_Dynamic); ok { |
| 1488 | return x.Dynamic |
| 1489 | } |
| 1490 | return nil |
| 1491 | } |
| 1492 | |
| 1493 | func (x *ADRSettings) GetDisabled() *ADRSettings_DisabledMode { |
| 1494 | if x, ok := x.GetMode().(*ADRSettings_Disabled); ok { |
no test coverage detected