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