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