()
| 31750 | |
| 31751 | var IClientRPCServiceSetStorageGroupResult_Success_DEFAULT *common.TSStatus |
| 31752 | func (p *IClientRPCServiceSetStorageGroupResult) GetSuccess() *common.TSStatus { |
| 31753 | if !p.IsSetSuccess() { |
| 31754 | return IClientRPCServiceSetStorageGroupResult_Success_DEFAULT |
| 31755 | } |
| 31756 | return p.Success |
| 31757 | } |
| 31758 | func (p *IClientRPCServiceSetStorageGroupResult) IsSetSuccess() bool { |
| 31759 | return p.Success != nil |
| 31760 | } |
no test coverage detected