()
| 31948 | |
| 31949 | var IClientRPCServiceCreateTimeseriesResult_Success_DEFAULT *common.TSStatus |
| 31950 | func (p *IClientRPCServiceCreateTimeseriesResult) GetSuccess() *common.TSStatus { |
| 31951 | if !p.IsSetSuccess() { |
| 31952 | return IClientRPCServiceCreateTimeseriesResult_Success_DEFAULT |
| 31953 | } |
| 31954 | return p.Success |
| 31955 | } |
| 31956 | func (p *IClientRPCServiceCreateTimeseriesResult) IsSetSuccess() bool { |
| 31957 | return p.Success != nil |
| 31958 | } |
no test coverage detected