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