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