()
| 631 | var ExampleJSONString_Header_DEFAULT *JSONObject |
| 632 | |
| 633 | func (p *ExampleJSONString) GetHeader() (v *JSONObject) { |
| 634 | if !p.IsSetHeader() { |
| 635 | return ExampleJSONString_Header_DEFAULT |
| 636 | } |
| 637 | return p.Header |
| 638 | } |
| 639 | |
| 640 | func (p *ExampleJSONString) GetHeader2() (v map[int32]string) { |
| 641 | return p.Header2 |
nothing calls this directly
no test coverage detected