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