()
| 33038 | |
| 33039 | var IClientRPCServiceInsertRecordResult_Success_DEFAULT *common.TSStatus |
| 33040 | func (p *IClientRPCServiceInsertRecordResult) GetSuccess() *common.TSStatus { |
| 33041 | if !p.IsSetSuccess() { |
| 33042 | return IClientRPCServiceInsertRecordResult_Success_DEFAULT |
| 33043 | } |
| 33044 | return p.Success |
| 33045 | } |
| 33046 | func (p *IClientRPCServiceInsertRecordResult) IsSetSuccess() bool { |
| 33047 | return p.Success != nil |
| 33048 | } |
no test coverage detected