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