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