()
| 827 | } |
| 828 | var TSStatus_RedirectNode_DEFAULT *TEndPoint |
| 829 | func (p *TSStatus) GetRedirectNode() *TEndPoint { |
| 830 | if !p.IsSetRedirectNode() { |
| 831 | return TSStatus_RedirectNode_DEFAULT |
| 832 | } |
| 833 | return p.RedirectNode |
| 834 | } |
| 835 | var TSStatus_NeedRetry_DEFAULT bool |
| 836 | func (p *TSStatus) GetNeedRetry() bool { |
| 837 | if !p.IsSetNeedRetry() { |
nothing calls this directly
no test coverage detected