public class CollegeAddCollegeDeptRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deptName
This parameter is required.
|
String |
deptType
This parameter is required.
|
Long |
sortFactor
This parameter is required.
|
Long |
superId
This parameter is required.
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:三年二班
@NameInMap(value="deptType") public String deptType
This parameter is required.
example:class
@NameInMap(value="sortFactor") public Long sortFactor
This parameter is required.
example:10
@NameInMap(value="superId") public Long superId
This parameter is required.
example:22222
public static CollegeAddCollegeDeptRequest build(Map<String,?> map) throws Exception
Exceptionpublic 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 © 2025. All rights reserved.