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