()
| 28605 | |
| 28606 | var IClientRPCServiceOpenSessionResult_Success_DEFAULT *TSOpenSessionResp |
| 28607 | func (p *IClientRPCServiceOpenSessionResult) GetSuccess() *TSOpenSessionResp { |
| 28608 | if !p.IsSetSuccess() { |
| 28609 | return IClientRPCServiceOpenSessionResult_Success_DEFAULT |
| 28610 | } |
| 28611 | return p.Success |
| 28612 | } |
| 28613 | func (p *IClientRPCServiceOpenSessionResult) IsSetSuccess() bool { |
| 28614 | return p.Success != nil |
| 28615 | } |
no test coverage detected