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