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