public class QueryRmsAlarmhistorylevelRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryRmsAlarmhistorylevelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryRmsAlarmhistorylevelRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
Long |
getFrom() |
Long |
getTo() |
QueryRmsAlarmhistorylevelRequest |
setAuthToken(String authToken) |
QueryRmsAlarmhistorylevelRequest |
setFrom(Long from) |
QueryRmsAlarmhistorylevelRequest |
setTo(Long to) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="from") @Validation(required=true) public Long from
@NameInMap(value="to") @Validation(required=true) public Long to
public static QueryRmsAlarmhistorylevelRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRmsAlarmhistorylevelRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryRmsAlarmhistorylevelRequest setFrom(Long from)
public Long getFrom()
public QueryRmsAlarmhistorylevelRequest setTo(Long to)
public Long getTo()
Copyright © 2022. All rights reserved.