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