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