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