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