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