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