public class GetApplyInviteInfoRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
deptId |
String |
inviterUserId |
构造器和说明 |
---|
GetApplyInviteInfoRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetApplyInviteInfoRequest |
build(Map<String,?> map) |
Long |
getDeptId() |
String |
getInviterUserId() |
GetApplyInviteInfoRequest |
setDeptId(Long deptId) |
GetApplyInviteInfoRequest |
setInviterUserId(String inviterUserId) |
@NameInMap(value="deptId") public Long deptId
@NameInMap(value="inviterUserId") public String inviterUserId
public static GetApplyInviteInfoRequest build(Map<String,?> map) throws Exception
Exception
public GetApplyInviteInfoRequest setDeptId(Long deptId)
public Long getDeptId()
public GetApplyInviteInfoRequest setInviterUserId(String inviterUserId)
public String getInviterUserId()
Copyright © 2022. All rights reserved.