public static class SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
detail |
String |
deviceErrorCode |
String |
deviceErrorMessage |
String |
id |
Integer |
maxRetryCount |
Integer |
retryCount |
Boolean |
success |
| 构造器和说明 |
|---|
SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData() |
@NameInMap(value="Detail") public String detail
@NameInMap(value="DeviceErrorCode") public String deviceErrorCode
@NameInMap(value="DeviceErrorMessage") public String deviceErrorMessage
@NameInMap(value="Id") public String id
@NameInMap(value="MaxRetryCount") public Integer maxRetryCount
@NameInMap(value="RetryCount") public Integer retryCount
@NameInMap(value="Success") public Boolean success
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData()
public static SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDetail(String detail)
public String getDetail()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDeviceErrorCode(String deviceErrorCode)
public String getDeviceErrorCode()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDeviceErrorMessage(String deviceErrorMessage)
public String getDeviceErrorMessage()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setId(String id)
public String getId()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setMaxRetryCount(Integer maxRetryCount)
public Integer getMaxRetryCount()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setRetryCount(Integer retryCount)
public Integer getRetryCount()
public SyncSpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.