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