public class ListCustomizedVoicesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyData |
static class |
ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList |
限定符和类型 | 字段和说明 |
---|---|
ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyData |
data |
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
Boolean |
success
example:
true
|
构造器和说明 |
---|
ListCustomizedVoicesResponseBody() |
@NameInMap(value="Data") public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyData data
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
@NameInMap(value="Success") public Boolean success
true
public static ListCustomizedVoicesResponseBody build(Map<String,?> map) throws Exception
Exception
public ListCustomizedVoicesResponseBody setData(ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyData data)
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyData getData()
public ListCustomizedVoicesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListCustomizedVoicesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.