public class UpsertUserDepartmentSortInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpsertUserDepartmentSortInfo.Builder |
| 构造器和说明 |
|---|
UpsertUserDepartmentSortInfo() |
UpsertUserDepartmentSortInfo(UpsertUserDepartmentSortInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepartmentId() |
Boolean |
getIsMainDepartment() |
String |
getOrderWeightAmongDeparments() |
String |
getOrderWeightInDeparment() |
static UpsertUserDepartmentSortInfo.Builder |
newBuilder() |
void |
setDepartmentId(String departmentId) |
void |
setIsMainDepartment(Boolean isMainDepartment) |
void |
setOrderWeightAmongDeparments(String orderWeightAmongDeparments) |
void |
setOrderWeightInDeparment(String orderWeightInDeparment) |
public UpsertUserDepartmentSortInfo()
public UpsertUserDepartmentSortInfo(UpsertUserDepartmentSortInfo.Builder builder)
public static UpsertUserDepartmentSortInfo.Builder newBuilder()
public String getDepartmentId()
public void setDepartmentId(String departmentId)
public String getOrderWeightInDeparment()
public void setOrderWeightInDeparment(String orderWeightInDeparment)
public String getOrderWeightAmongDeparments()
public void setOrderWeightAmongDeparments(String orderWeightAmongDeparments)
public Boolean getIsMainDepartment()
public void setIsMainDepartment(Boolean isMainDepartment)
Copyright © 2026. All rights reserved.