public static class SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
detail |
String |
deviceErrorCode |
String |
deviceErrorMessage |
String |
id |
Integer |
maxRetryCount |
Integer |
retryCount |
Boolean |
success |
| 构造器和说明 |
|---|
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 static SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDetail(String detail)
public String getDetail()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDeviceErrorCode(String deviceErrorCode)
public String getDeviceErrorCode()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setDeviceErrorMessage(String deviceErrorMessage)
public String getDeviceErrorMessage()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setId(String id)
public String getId()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setMaxRetryCount(Integer maxRetryCount)
public Integer getMaxRetryCount()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setRetryCount(Integer retryCount)
public Integer getRetryCount()
public SpeechByCombinationResponseBody.SyncSpeechByCombinationResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.