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