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