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