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