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