public class ListCustomizedVoiceJobsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyData |
static class |
ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyDataCustomizedVoiceJobList |
限定符和类型 | 字段和说明 |
---|---|
ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyData |
data |
String |
requestId
example:
3B-0E1A-586A-AC29-742247
|
Boolean |
success
example:
true
|
构造器和说明 |
---|
ListCustomizedVoiceJobsResponseBody() |
@NameInMap(value="Data") public ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyData data
@NameInMap(value="RequestId") public String requestId
3B-0E1A-586A-AC29-742247
@NameInMap(value="Success") public Boolean success
true
public static ListCustomizedVoiceJobsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListCustomizedVoiceJobsResponseBody setData(ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyData data)
public ListCustomizedVoiceJobsResponseBody.ListCustomizedVoiceJobsResponseBodyData getData()
public ListCustomizedVoiceJobsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListCustomizedVoiceJobsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.