public class CollegeAddCollegeDeptRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deptName
部门名称
|
String |
deptType
部门类型
|
Long |
sortFactor
排序因子
|
Long |
superId
父部门id
|
构造器和说明 |
---|
CollegeAddCollegeDeptRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CollegeAddCollegeDeptRequest |
build(Map<String,?> map) |
String |
getDeptName() |
String |
getDeptType() |
Long |
getSortFactor() |
Long |
getSuperId() |
CollegeAddCollegeDeptRequest |
setDeptName(String deptName) |
CollegeAddCollegeDeptRequest |
setDeptType(String deptType) |
CollegeAddCollegeDeptRequest |
setSortFactor(Long sortFactor) |
CollegeAddCollegeDeptRequest |
setSuperId(Long superId) |
@NameInMap(value="deptName") public String deptName
部门名称
@NameInMap(value="deptType") public String deptType
部门类型
@NameInMap(value="sortFactor") public Long sortFactor
排序因子
@NameInMap(value="superId") public Long superId
父部门id
public static CollegeAddCollegeDeptRequest build(Map<String,?> map) throws Exception
Exception
public CollegeAddCollegeDeptRequest setDeptName(String deptName)
public String getDeptName()
public CollegeAddCollegeDeptRequest setDeptType(String deptType)
public String getDeptType()
public CollegeAddCollegeDeptRequest setSortFactor(Long sortFactor)
public Long getSortFactor()
public CollegeAddCollegeDeptRequest setSuperId(Long superId)
public Long getSuperId()
Copyright © 2023. All rights reserved.