public class SetDeptPartnerTypeAndNumRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SetDeptPartnerTypeAndNumRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetDeptPartnerTypeAndNumRequest |
build(Map<String,?> map) |
String |
getDeptId() |
List<String> |
getLabelIds() |
String |
getPartnerNum() |
SetDeptPartnerTypeAndNumRequest |
setDeptId(String deptId) |
SetDeptPartnerTypeAndNumRequest |
setLabelIds(List<String> labelIds) |
SetDeptPartnerTypeAndNumRequest |
setPartnerNum(String partnerNum) |
@NameInMap(value="deptId") public String deptId
@NameInMap(value="partnerNum") public String partnerNum
public static SetDeptPartnerTypeAndNumRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetDeptPartnerTypeAndNumRequest setDeptId(String deptId)
public String getDeptId()
public SetDeptPartnerTypeAndNumRequest setLabelIds(List<String> labelIds)
public SetDeptPartnerTypeAndNumRequest setPartnerNum(String partnerNum)
public String getPartnerNum()
Copyright © 2022. All rights reserved.