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