public class OrgDimension extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OrgDimension.Builder |
| 构造器和说明 |
|---|
OrgDimension() |
OrgDimension(OrgDimension.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
I18nText |
getDescription() |
Integer |
getEnumType() |
String |
getId() |
Boolean |
getIsDeleted() |
Boolean |
getIsEnable() |
I18nText |
getName() |
String |
getOrder() |
String |
getRootDepartmentId() |
String |
getTenantId() |
static OrgDimension.Builder |
newBuilder() |
void |
setDescription(I18nText description) |
void |
setEnumType(Integer enumType) |
void |
setId(String id) |
void |
setIsDeleted(Boolean isDeleted) |
void |
setIsEnable(Boolean isEnable) |
void |
setName(I18nText name) |
void |
setOrder(String order) |
void |
setRootDepartmentId(String rootDepartmentId) |
void |
setTenantId(String tenantId) |
public OrgDimension()
public OrgDimension(OrgDimension.Builder builder)
public static OrgDimension.Builder newBuilder()
public String getId()
public void setId(String id)
public String getTenantId()
public void setTenantId(String tenantId)
public I18nText getName()
public void setName(I18nText name)
public Integer getEnumType()
public void setEnumType(Integer enumType)
public Boolean getIsEnable()
public void setIsEnable(Boolean isEnable)
public Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
public String getOrder()
public void setOrder(String order)
public I18nText getDescription()
public void setDescription(I18nText description)
public String getRootDepartmentId()
public void setRootDepartmentId(String rootDepartmentId)
Copyright © 2026. All rights reserved.