public class QueryAlarmhistoryAlarmtrendsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alarmType |
String |
authToken |
Long |
from |
String |
groupBy |
Long |
to |
String |
workspaceName |
| 构造器和说明 |
|---|
QueryAlarmhistoryAlarmtrendsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAlarmhistoryAlarmtrendsRequest |
build(Map<String,?> map) |
String |
getAlarmType() |
String |
getAuthToken() |
Long |
getFrom() |
String |
getGroupBy() |
Long |
getTo() |
String |
getWorkspaceName() |
QueryAlarmhistoryAlarmtrendsRequest |
setAlarmType(String alarmType) |
QueryAlarmhistoryAlarmtrendsRequest |
setAuthToken(String authToken) |
QueryAlarmhistoryAlarmtrendsRequest |
setFrom(Long from) |
QueryAlarmhistoryAlarmtrendsRequest |
setGroupBy(String groupBy) |
QueryAlarmhistoryAlarmtrendsRequest |
setTo(Long to) |
QueryAlarmhistoryAlarmtrendsRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="alarm_type") @Validation(required=true) public String alarmType
@NameInMap(value="group_by") @Validation(required=true) public String groupBy
@NameInMap(value="from") @Validation(required=true) public Long from
@NameInMap(value="to") @Validation(required=true) public Long to
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
public static QueryAlarmhistoryAlarmtrendsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryAlarmhistoryAlarmtrendsRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryAlarmhistoryAlarmtrendsRequest setAlarmType(String alarmType)
public String getAlarmType()
public QueryAlarmhistoryAlarmtrendsRequest setGroupBy(String groupBy)
public String getGroupBy()
public QueryAlarmhistoryAlarmtrendsRequest setFrom(Long from)
public Long getFrom()
public QueryAlarmhistoryAlarmtrendsRequest setTo(Long to)
public Long getTo()
public QueryAlarmhistoryAlarmtrendsRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
Copyright © 2022. All rights reserved.