()
| 834 | } |
| 835 | var TSStatus_NeedRetry_DEFAULT bool |
| 836 | func (p *TSStatus) GetNeedRetry() bool { |
| 837 | if !p.IsSetNeedRetry() { |
| 838 | return TSStatus_NeedRetry_DEFAULT |
| 839 | } |
| 840 | return *p.NeedRetry |
| 841 | } |
| 842 | func (p *TSStatus) IsSetMessage() bool { |
| 843 | return p.Message != nil |
| 844 | } |
nothing calls this directly
no test coverage detected