public class DistributePartnerAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appId
This parameter is required.
|
Long |
deptId |
String |
subCorpId
This parameter is required.
|
Long |
type
This parameter is required.
|
| 构造器和说明 |
|---|
DistributePartnerAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DistributePartnerAppRequest |
build(Map<String,?> map) |
Long |
getAppId() |
Long |
getDeptId() |
String |
getSubCorpId() |
Long |
getType() |
DistributePartnerAppRequest |
setAppId(Long appId) |
DistributePartnerAppRequest |
setDeptId(Long deptId) |
DistributePartnerAppRequest |
setSubCorpId(String subCorpId) |
DistributePartnerAppRequest |
setType(Long type) |
@NameInMap(value="appId") public Long appId
This parameter is required.
@NameInMap(value="deptId") public Long deptId
@NameInMap(value="subCorpId") public String subCorpId
This parameter is required.
@NameInMap(value="type") public Long type
This parameter is required.
public static DistributePartnerAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic DistributePartnerAppRequest setAppId(Long appId)
public Long getAppId()
public DistributePartnerAppRequest setDeptId(Long deptId)
public Long getDeptId()
public DistributePartnerAppRequest setSubCorpId(String subCorpId)
public String getSubCorpId()
public DistributePartnerAppRequest setType(Long type)
public Long getType()
Copyright © 2025. All rights reserved.