public class InstallAppRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
InstallAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InstallAppRequest |
build(Map<String,?> map) |
Long |
getAppId() |
String |
getCorpId() |
String |
getDingUserId() |
Long |
getSuiteId() |
InstallAppRequest |
setAppId(Long appId) |
InstallAppRequest |
setCorpId(String corpId) |
InstallAppRequest |
setDingUserId(String dingUserId) |
InstallAppRequest |
setSuiteId(Long suiteId) |
@NameInMap(value="appId") public Long appId
@NameInMap(value="corpId") public String corpId
@NameInMap(value="dingUserId") public String dingUserId
@NameInMap(value="suiteId") public Long suiteId
public static InstallAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic InstallAppRequest setAppId(Long appId)
public Long getAppId()
public InstallAppRequest setCorpId(String corpId)
public String getCorpId()
public InstallAppRequest setDingUserId(String dingUserId)
public String getDingUserId()
public InstallAppRequest setSuiteId(Long suiteId)
public Long getSuiteId()
Copyright © 2025. All rights reserved.