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