public class EndCourseResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
EndCourseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EndCourseResponse |
build(Map<String,?> map) |
EndCourseResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
EndCourseResponse |
setBody(EndCourseResponseBody body) |
EndCourseResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public EndCourseResponseBody body
public static EndCourseResponse build(Map<String,?> map) throws Exception
Exceptionpublic EndCourseResponse setHeaders(Map<String,String> headers)
public EndCourseResponse setBody(EndCourseResponseBody body)
public EndCourseResponseBody getBody()
Copyright © 2022. All rights reserved.