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