public class QueryClassScheduleByTimeSchoolRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryClassScheduleByTimeSchoolRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryClassScheduleByTimeSchoolRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getOpUserId() |
Long |
getStartTime() |
QueryClassScheduleByTimeSchoolRequest |
setEndTime(Long endTime) |
QueryClassScheduleByTimeSchoolRequest |
setOpUserId(String opUserId) |
QueryClassScheduleByTimeSchoolRequest |
setStartTime(Long startTime) |
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="opUserId") public String opUserId
@NameInMap(value="startTime") public Long startTime
public static QueryClassScheduleByTimeSchoolRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryClassScheduleByTimeSchoolRequest setEndTime(Long endTime)
public Long getEndTime()
public QueryClassScheduleByTimeSchoolRequest setOpUserId(String opUserId)
public String getOpUserId()
public QueryClassScheduleByTimeSchoolRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2022. All rights reserved.