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