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