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