attributes = $attributes; $this->apiParas["attributes"] = $attributes; } public function getAttributes() { return $this->attributes; } public function setBizCode($bizCode) { $this->bizCode = $bizCode; $this->apiParas["biz_code"] = $bizCode; } public function getBizCode() { return $this->bizCode; } public function setClassId($classId) { $this->classId = $classId; $this->apiParas["class_id"] = $classId; } public function getClassId() { return $this->classId; } public function setHwId($hwId) { $this->hwId = $hwId; $this->apiParas["hw_id"] = $hwId; } public function getHwId() { return $this->hwId; } public function setHwReport($hwReport) { $this->hwReport = $hwReport; $this->apiParas["hw_report"] = $hwReport; } public function getHwReport() { return $this->hwReport; } public function setHwResult($hwResult) { $this->hwResult = $hwResult; $this->apiParas["hw_result"] = $hwResult; } public function getHwResult() { return $this->hwResult; } public function setStudentId($studentId) { $this->studentId = $studentId; $this->apiParas["student_id"] = $studentId; } public function getStudentId() { return $this->studentId; } public function setStudentName($studentName) { $this->studentName = $studentName; $this->apiParas["student_name"] = $studentName; } public function getStudentName() { return $this->studentName; } public function getApiMethodName() { return "dingtalk.oapi.edu.homework.student.report.submit"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizCode,"bizCode"); RequestCheckUtil::checkNotNull($this->classId,"classId"); RequestCheckUtil::checkNotNull($this->hwId,"hwId"); RequestCheckUtil::checkNotNull($this->studentId,"studentId"); RequestCheckUtil::checkNotNull($this->studentName,"studentName"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }