public class SupplyDeletePartnerAdminsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
deptId
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
SupplyDeletePartnerAdminsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SupplyDeletePartnerAdminsRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
String |
getUserId() |
SupplyDeletePartnerAdminsRequest |
setDeptId(Long deptId) |
SupplyDeletePartnerAdminsRequest |
setUserId(String userId) |
@NameInMap(value="deptId") public Long deptId
This parameter is required.
example:1111
@NameInMap(value="userId") public String userId
This parameter is required.
example:111
public static SupplyDeletePartnerAdminsRequest build(Map<String,?> map) throws Exception
Exceptionpublic SupplyDeletePartnerAdminsRequest setDeptId(Long deptId)
public Long getDeptId()
public SupplyDeletePartnerAdminsRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.