public class BatchCreateTeacherCourseResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
BatchCreateTeacherCourseResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
BatchCreateTeacherCourseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchCreateTeacherCourseResponse |
build(Map<String,?> map) |
BatchCreateTeacherCourseResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
BatchCreateTeacherCourseResponse |
setBody(BatchCreateTeacherCourseResponseBody body) |
BatchCreateTeacherCourseResponse |
setHeaders(Map<String,String> headers) |
BatchCreateTeacherCourseResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public BatchCreateTeacherCourseResponseBody body
public static BatchCreateTeacherCourseResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateTeacherCourseResponse setHeaders(Map<String,String> headers)
public BatchCreateTeacherCourseResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public BatchCreateTeacherCourseResponse setBody(BatchCreateTeacherCourseResponseBody body)
public BatchCreateTeacherCourseResponseBody getBody()
Copyright © 2025. All rights reserved.