public class SupplyDeletePartnerAdminsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="userId") public String userId
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 © 2023. All rights reserved.