()
| 2284 | } |
| 2285 | |
| 2286 | func (x *AppIMSetting_Wecom) GetCorpId() string { |
| 2287 | if x != nil { |
| 2288 | return x.CorpId |
| 2289 | } |
| 2290 | return "" |
| 2291 | } |
| 2292 | |
| 2293 | func (x *AppIMSetting_Wecom) GetAgentId() string { |
| 2294 | if x != nil { |
no outgoing calls
no test coverage detected