All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkedu_1_0.models.QueryClassScheduleRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class QueryClassScheduleRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("sectionIndexList") public java.util.List sectionIndexList; /** *

This parameter is required.

*/ @NameInMap("subscriberIds") public java.util.List subscriberIds; /** * example: *

168454674745

*/ @NameInMap("endTime") public Long endTime; /** *

This parameter is required.

* * example: *

234623456

*/ @NameInMap("opUserId") public String opUserId; /** * example: *

168454674745

*/ @NameInMap("startTime") public Long startTime; /** * example: *

USER

*/ @NameInMap("subscriberType") public String subscriberType; public static QueryClassScheduleRequest build(java.util.Map map) throws Exception { QueryClassScheduleRequest self = new QueryClassScheduleRequest(); return TeaModel.build(map, self); } public QueryClassScheduleRequest setSectionIndexList(java.util.List sectionIndexList) { this.sectionIndexList = sectionIndexList; return this; } public java.util.List getSectionIndexList() { return this.sectionIndexList; } public QueryClassScheduleRequest setSubscriberIds(java.util.List subscriberIds) { this.subscriberIds = subscriberIds; return this; } public java.util.List getSubscriberIds() { return this.subscriberIds; } public QueryClassScheduleRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public QueryClassScheduleRequest setOpUserId(String opUserId) { this.opUserId = opUserId; return this; } public String getOpUserId() { return this.opUserId; } public QueryClassScheduleRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public QueryClassScheduleRequest setSubscriberType(String subscriberType) { this.subscriberType = subscriberType; return this; } public String getSubscriberType() { return this.subscriberType; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy