public class SupplyDeletePartnerManagersRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
deptId
This parameter is required.
|
String |
interfaceId
This parameter is required.
|
String |
interfaceType
This parameter is required.
|
构造器和说明 |
---|
SupplyDeletePartnerManagersRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SupplyDeletePartnerManagersRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
String |
getInterfaceId() |
String |
getInterfaceType() |
SupplyDeletePartnerManagersRequest |
setDeptId(Long deptId) |
SupplyDeletePartnerManagersRequest |
setInterfaceId(String interfaceId) |
SupplyDeletePartnerManagersRequest |
setInterfaceType(String interfaceType) |
@NameInMap(value="deptId") public Long deptId
This parameter is required.
example:1231
@NameInMap(value="interfaceId") public String interfaceId
This parameter is required.
example:12131
@NameInMap(value="interfaceType") public String interfaceType
This parameter is required.
example:user
public static SupplyDeletePartnerManagersRequest build(Map<String,?> map) throws Exception
Exception
public SupplyDeletePartnerManagersRequest setDeptId(Long deptId)
public Long getDeptId()
public SupplyDeletePartnerManagersRequest setInterfaceId(String interfaceId)
public String getInterfaceId()
public SupplyDeletePartnerManagersRequest setInterfaceType(String interfaceType)
public String getInterfaceType()
Copyright © 2024. All rights reserved.