public class DistributePartnerAppRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="deptId") public Long deptId
@NameInMap(value="subCorpId") public String subCorpId
@NameInMap(value="type") public Long type
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 © 2022. All rights reserved.