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