()
| 2312 | } |
| 2313 | var TSOpenSessionResp_SessionId_DEFAULT int64 |
| 2314 | func (p *TSOpenSessionResp) GetSessionId() int64 { |
| 2315 | if !p.IsSetSessionId() { |
| 2316 | return TSOpenSessionResp_SessionId_DEFAULT |
| 2317 | } |
| 2318 | return *p.SessionId |
| 2319 | } |
| 2320 | var TSOpenSessionResp_Configuration_DEFAULT map[string]string |
| 2321 | |
| 2322 | func (p *TSOpenSessionResp) GetConfiguration() map[string]string { |
nothing calls this directly
no test coverage detected