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