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