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