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