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