()
| 543 | } |
| 544 | |
| 545 | func (x *ChannelTraceEvent) GetDescription() string { |
| 546 | if x != nil { |
| 547 | return x.Description |
| 548 | } |
| 549 | return "" |
| 550 | } |
| 551 | |
| 552 | func (x *ChannelTraceEvent) GetSeverity() ChannelTraceEvent_Severity { |
| 553 | if x != nil { |
no outgoing calls