()
| 17255 | } |
| 17256 | var TSQueryTemplateResp_Result__DEFAULT bool |
| 17257 | func (p *TSQueryTemplateResp) GetResult_() bool { |
| 17258 | if !p.IsSetResult_() { |
| 17259 | return TSQueryTemplateResp_Result__DEFAULT |
| 17260 | } |
| 17261 | return *p.Result_ |
| 17262 | } |
| 17263 | var TSQueryTemplateResp_Count_DEFAULT int32 |
| 17264 | func (p *TSQueryTemplateResp) GetCount() int32 { |
| 17265 | if !p.IsSetCount() { |
nothing calls this directly
no test coverage detected