public class ListOTAModuleByProductResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
ListOTAModuleByProductResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
ListOTAModuleByProductResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListOTAModuleByProductResponse |
build(Map<String,?> map) |
ListOTAModuleByProductResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
ListOTAModuleByProductResponse |
setBody(ListOTAModuleByProductResponseBody body) |
ListOTAModuleByProductResponse |
setHeaders(Map<String,String> headers) |
ListOTAModuleByProductResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") @Validation(required=true) public Integer statusCode
@NameInMap(value="body") @Validation(required=true) public ListOTAModuleByProductResponseBody body
public static ListOTAModuleByProductResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListOTAModuleByProductResponse setHeaders(Map<String,String> headers)
public ListOTAModuleByProductResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public ListOTAModuleByProductResponse setBody(ListOTAModuleByProductResponseBody body)
public ListOTAModuleByProductResponseBody getBody()
Copyright © 2023. All rights reserved.