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