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