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