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