public class QueryClassScheduleRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
endTime
example:
168454674745
|
String |
opUserId
This parameter is required.
|
List<Long> |
sectionIndexList
This parameter is required.
|
Long |
startTime
example:
168454674745
|
List<String> |
subscriberIds
This parameter is required.
|
String |
subscriberType
example:
USER
|
构造器和说明 |
---|
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="sectionIndexList") public List<Long> sectionIndexList
This parameter is required.
@NameInMap(value="subscriberIds") public List<String> subscriberIds
This parameter is required.
@NameInMap(value="endTime") public Long endTime
168454674745
@NameInMap(value="opUserId") public String opUserId
This parameter is required.
example:234623456
@NameInMap(value="startTime") public Long startTime
168454674745
@NameInMap(value="subscriberType") public String subscriberType
USER
public static QueryClassScheduleRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.