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