()
| 36008 | |
| 36009 | var IClientRPCServiceDeleteDataResult_Success_DEFAULT *common.TSStatus |
| 36010 | func (p *IClientRPCServiceDeleteDataResult) GetSuccess() *common.TSStatus { |
| 36011 | if !p.IsSetSuccess() { |
| 36012 | return IClientRPCServiceDeleteDataResult_Success_DEFAULT |
| 36013 | } |
| 36014 | return p.Success |
| 36015 | } |
| 36016 | func (p *IClientRPCServiceDeleteDataResult) IsSetSuccess() bool { |
| 36017 | return p.Success != nil |
| 36018 | } |
no test coverage detected