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