()
| 33830 | |
| 33831 | var IClientRPCServiceInsertRecordsResult_Success_DEFAULT *common.TSStatus |
| 33832 | func (p *IClientRPCServiceInsertRecordsResult) GetSuccess() *common.TSStatus { |
| 33833 | if !p.IsSetSuccess() { |
| 33834 | return IClientRPCServiceInsertRecordsResult_Success_DEFAULT |
| 33835 | } |
| 33836 | return p.Success |
| 33837 | } |
| 33838 | func (p *IClientRPCServiceInsertRecordsResult) IsSetSuccess() bool { |
| 33839 | return p.Success != nil |
| 33840 | } |
no test coverage detected