()
| 618 | var ExampleJSONString_Query_DEFAULT *JSONObject |
| 619 | |
| 620 | func (p *ExampleJSONString) GetQuery() (v *JSONObject) { |
| 621 | if !p.IsSetQuery() { |
| 622 | return ExampleJSONString_Query_DEFAULT |
| 623 | } |
| 624 | return p.Query |
| 625 | } |
| 626 | |
| 627 | func (p *ExampleJSONString) GetQuery2() (v []string) { |
| 628 | return p.Query2 |
nothing calls this directly
no test coverage detected