public class SetDeptPartnerTypeAndNumRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deptId
This parameter is required.
|
List<String> |
labelIds |
String |
partnerNum
example:
1234
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:1234
@NameInMap(value="partnerNum") public String partnerNum
1234
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 © 2025. All rights reserved.