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
应用id
@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
Exception
public 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 © 2023. All rights reserved.