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