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