public class GetGroupReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetGroupReq.Builder |
| 构造器和说明 |
|---|
GetGroupReq() |
GetGroupReq(GetGroupReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDeptType() |
String |
getEmployeeType() |
String |
getGroupId() |
static GetGroupReq.Builder |
newBuilder() |
void |
setDeptType(String deptType) |
void |
setEmployeeType(String employeeType) |
void |
setGroupId(String groupId) |
public GetGroupReq()
public GetGroupReq(GetGroupReq.Builder builder)
public static GetGroupReq.Builder newBuilder()
public String getEmployeeType()
public void setEmployeeType(String employeeType)
public String getDeptType()
public void setDeptType(String deptType)
public String getGroupId()
public void setGroupId(String groupId)
Copyright © 2022. All rights reserved.