public class BatchCreateSoundCodeLabelWithLabelsResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
BatchCreateSoundCodeLabelWithLabelsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchCreateSoundCodeLabelWithLabelsResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getData() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
BatchCreateSoundCodeLabelWithLabelsResponseBody |
setCode(String code) |
BatchCreateSoundCodeLabelWithLabelsResponseBody |
setData(String data) |
BatchCreateSoundCodeLabelWithLabelsResponseBody |
setErrorMessage(String errorMessage) |
BatchCreateSoundCodeLabelWithLabelsResponseBody |
setRequestId(String requestId) |
BatchCreateSoundCodeLabelWithLabelsResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public String data
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public BatchCreateSoundCodeLabelWithLabelsResponseBody()
public static BatchCreateSoundCodeLabelWithLabelsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateSoundCodeLabelWithLabelsResponseBody setCode(String code)
public String getCode()
public BatchCreateSoundCodeLabelWithLabelsResponseBody setData(String data)
public String getData()
public BatchCreateSoundCodeLabelWithLabelsResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public BatchCreateSoundCodeLabelWithLabelsResponseBody setRequestId(String requestId)
public String getRequestId()
public BatchCreateSoundCodeLabelWithLabelsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.