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