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