()
| 28805 | |
| 28806 | var IClientRPCServiceCloseSessionResult_Success_DEFAULT *common.TSStatus |
| 28807 | func (p *IClientRPCServiceCloseSessionResult) GetSuccess() *common.TSStatus { |
| 28808 | if !p.IsSetSuccess() { |
| 28809 | return IClientRPCServiceCloseSessionResult_Success_DEFAULT |
| 28810 | } |
| 28811 | return p.Success |
| 28812 | } |
| 28813 | func (p *IClientRPCServiceCloseSessionResult) IsSetSuccess() bool { |
| 28814 | return p.Success != nil |
| 28815 | } |
no test coverage detected