public class Department extends AbstractModel
Constructor and Description |
---|
Department() |
Department(Department source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDepartmentId()
Get 部门id
|
String |
getDepartmentName()
Get 部门名称
|
void |
setDepartmentId(String DepartmentId)
Set 部门id
|
void |
setDepartmentName(String DepartmentName)
Set 部门名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Department()
public Department(Department source)
public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId
- 部门idpublic String getDepartmentName()
public void setDepartmentName(String DepartmentName)
DepartmentName
- 部门名称Copyright © 2023. All rights reserved.