public class GetUserDto extends Object
| 构造器和说明 |
|---|
GetUserDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getFlatCustomData() |
String |
getUserId() |
String |
getUserIdType() |
Boolean |
getWithCustomData() |
Boolean |
getWithDepartmentIds() |
Boolean |
getWithIdentities() |
Boolean |
getWithPost() |
void |
setFlatCustomData(Boolean flatCustomData) |
void |
setUserId(String userId) |
void |
setUserIdType(String userIdType) |
void |
setWithCustomData(Boolean withCustomData) |
void |
setWithDepartmentIds(Boolean withDepartmentIds) |
void |
setWithIdentities(Boolean withIdentities) |
void |
setWithPost(Boolean withPost) |
public String getUserId()
public void setUserId(String userId)
public String getUserIdType()
public void setUserIdType(String userIdType)
public Boolean getFlatCustomData()
public void setFlatCustomData(Boolean flatCustomData)
public Boolean getWithCustomData()
public void setWithCustomData(Boolean withCustomData)
public Boolean getWithPost()
public void setWithPost(Boolean withPost)
public Boolean getWithIdentities()
public void setWithIdentities(Boolean withIdentities)
public Boolean getWithDepartmentIds()
public void setWithDepartmentIds(Boolean withDepartmentIds)
Copyright © 2024. All rights reserved.