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