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="subscriberType") public String subscriberType
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="opUserId") public String opUserId
public static QueryClassScheduleRequest build(Map<String,?> map) throws Exception
Exception
public QueryClassScheduleRequest setSubscriberType(String subscriberType)
public String getSubscriberType()
public QueryClassScheduleRequest setStartTime(Long startTime)
public Long getStartTime()
public QueryClassScheduleRequest setEndTime(Long endTime)
public Long getEndTime()
public QueryClassScheduleRequest setOpUserId(String opUserId)
public String getOpUserId()
public QueryClassScheduleRequest setSubscriberIds(List<String> subscriberIds)
public QueryClassScheduleRequest setSectionIndexList(List<Long> sectionIndexList)
Copyright © 2021. All rights reserved.