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