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