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