()
| 988 | } |
| 989 | |
| 990 | func (x *SystemStatsResponse) GetIncomingBandwidthSpeed() uint64 { |
| 991 | if x != nil { |
| 992 | return x.IncomingBandwidthSpeed |
| 993 | } |
| 994 | return 0 |
| 995 | } |
| 996 | |
| 997 | func (x *SystemStatsResponse) GetOutgoingBandwidthSpeed() uint64 { |
| 998 | if x != nil { |
no outgoing calls