
com.aliyun.dingtalkedu_1_0.models.QueryTransferCourseResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;
import com.aliyun.tea.*;
public class QueryTransferCourseResponseBody extends TeaModel {
@NameInMap("result")
public QueryTransferCourseResponseBodyResult result;
@NameInMap("success")
public Boolean success;
public static QueryTransferCourseResponseBody build(java.util.Map map) throws Exception {
QueryTransferCourseResponseBody self = new QueryTransferCourseResponseBody();
return TeaModel.build(map, self);
}
public QueryTransferCourseResponseBody setResult(QueryTransferCourseResponseBodyResult result) {
this.result = result;
return this;
}
public QueryTransferCourseResponseBodyResult getResult() {
return this.result;
}
public QueryTransferCourseResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public static class QueryTransferCourseResponseBodyResult extends TeaModel {
/**
* example:
* {""}
*/
@NameInMap("attributes")
public String attributes;
/**
* example:
* classIdx
*/
@NameInMap("classId")
public String classId;
/**
* example:
* 一年级一班
*/
@NameInMap("className")
public String className;
/**
* example:
* ding_xxx
*/
@NameInMap("corpId")
public String corpId;
/**
* example:
* ISV_XXX
*/
@NameInMap("isvCode")
public String isvCode;
/**
* example:
* record_xxx
*/
@NameInMap("isvRecordId")
public String isvRecordId;
/**
* example:
* srcCode
*/
@NameInMap("srcCourseCode")
public String srcCourseCode;
/**
* example:
* 0
*/
@NameInMap("srcCourseDate")
public Long srcCourseDate;
/**
* example:
* srcName
*/
@NameInMap("srcCourseName")
public String srcCourseName;
/**
* example:
* srcId
*/
@NameInMap("srcIsvCourseId")
public String srcIsvCourseId;
/**
* example:
* 第一节
*/
@NameInMap("srcTimeslotName")
public String srcTimeslotName;
/**
* example:
* 1
*/
@NameInMap("srcTimeslotNum")
public Integer srcTimeslotNum;
/**
* example:
* tarCode
*/
@NameInMap("tarCourseCode")
public String tarCourseCode;
/**
* example:
* 0
*/
@NameInMap("tarCourseDate")
public Long tarCourseDate;
/**
* example:
* tarName
*/
@NameInMap("tarCourseName")
public String tarCourseName;
/**
* example:
* tarId
*/
@NameInMap("tarIsvCourseId")
public String tarIsvCourseId;
/**
* example:
* 第一节
*/
@NameInMap("tarTimeslotName")
public String tarTimeslotName;
/**
* example:
* 1
*/
@NameInMap("tarTimeslotNum")
public Integer tarTimeslotNum;
public static QueryTransferCourseResponseBodyResult build(java.util.Map map) throws Exception {
QueryTransferCourseResponseBodyResult self = new QueryTransferCourseResponseBodyResult();
return TeaModel.build(map, self);
}
public QueryTransferCourseResponseBodyResult setAttributes(String attributes) {
this.attributes = attributes;
return this;
}
public String getAttributes() {
return this.attributes;
}
public QueryTransferCourseResponseBodyResult setClassId(String classId) {
this.classId = classId;
return this;
}
public String getClassId() {
return this.classId;
}
public QueryTransferCourseResponseBodyResult setClassName(String className) {
this.className = className;
return this;
}
public String getClassName() {
return this.className;
}
public QueryTransferCourseResponseBodyResult setCorpId(String corpId) {
this.corpId = corpId;
return this;
}
public String getCorpId() {
return this.corpId;
}
public QueryTransferCourseResponseBodyResult setIsvCode(String isvCode) {
this.isvCode = isvCode;
return this;
}
public String getIsvCode() {
return this.isvCode;
}
public QueryTransferCourseResponseBodyResult setIsvRecordId(String isvRecordId) {
this.isvRecordId = isvRecordId;
return this;
}
public String getIsvRecordId() {
return this.isvRecordId;
}
public QueryTransferCourseResponseBodyResult setSrcCourseCode(String srcCourseCode) {
this.srcCourseCode = srcCourseCode;
return this;
}
public String getSrcCourseCode() {
return this.srcCourseCode;
}
public QueryTransferCourseResponseBodyResult setSrcCourseDate(Long srcCourseDate) {
this.srcCourseDate = srcCourseDate;
return this;
}
public Long getSrcCourseDate() {
return this.srcCourseDate;
}
public QueryTransferCourseResponseBodyResult setSrcCourseName(String srcCourseName) {
this.srcCourseName = srcCourseName;
return this;
}
public String getSrcCourseName() {
return this.srcCourseName;
}
public QueryTransferCourseResponseBodyResult setSrcIsvCourseId(String srcIsvCourseId) {
this.srcIsvCourseId = srcIsvCourseId;
return this;
}
public String getSrcIsvCourseId() {
return this.srcIsvCourseId;
}
public QueryTransferCourseResponseBodyResult setSrcTimeslotName(String srcTimeslotName) {
this.srcTimeslotName = srcTimeslotName;
return this;
}
public String getSrcTimeslotName() {
return this.srcTimeslotName;
}
public QueryTransferCourseResponseBodyResult setSrcTimeslotNum(Integer srcTimeslotNum) {
this.srcTimeslotNum = srcTimeslotNum;
return this;
}
public Integer getSrcTimeslotNum() {
return this.srcTimeslotNum;
}
public QueryTransferCourseResponseBodyResult setTarCourseCode(String tarCourseCode) {
this.tarCourseCode = tarCourseCode;
return this;
}
public String getTarCourseCode() {
return this.tarCourseCode;
}
public QueryTransferCourseResponseBodyResult setTarCourseDate(Long tarCourseDate) {
this.tarCourseDate = tarCourseDate;
return this;
}
public Long getTarCourseDate() {
return this.tarCourseDate;
}
public QueryTransferCourseResponseBodyResult setTarCourseName(String tarCourseName) {
this.tarCourseName = tarCourseName;
return this;
}
public String getTarCourseName() {
return this.tarCourseName;
}
public QueryTransferCourseResponseBodyResult setTarIsvCourseId(String tarIsvCourseId) {
this.tarIsvCourseId = tarIsvCourseId;
return this;
}
public String getTarIsvCourseId() {
return this.tarIsvCourseId;
}
public QueryTransferCourseResponseBodyResult setTarTimeslotName(String tarTimeslotName) {
this.tarTimeslotName = tarTimeslotName;
return this;
}
public String getTarTimeslotName() {
return this.tarTimeslotName;
}
public QueryTransferCourseResponseBodyResult setTarTimeslotNum(Integer tarTimeslotNum) {
this.tarTimeslotNum = tarTimeslotNum;
return this;
}
public Integer getTarTimeslotNum() {
return this.tarTimeslotNum;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy