public class QueryUnifiedalarmEventRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryUnifiedalarmEventRequest() |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="alarm_level") public Long alarmLevel
@NameInMap(value="status") public Long status
@NameInMap(value="alarm_target_type") public String alarmTargetType
@NameInMap(value="keyword") public String keyword
@NameInMap(value="start_time") public Long startTime
@NameInMap(value="end_time") public Long endTime
@NameInMap(value="alarm_rule_id") public Long alarmRuleId
@NameInMap(value="alarm_stack_info") public AlarmStackInfo alarmStackInfo
@NameInMap(value="fire_start_time") public Long fireStartTime
@NameInMap(value="fire_end_time") public Long fireEndTime
@NameInMap(value="recovered_start_time") public Long recoveredStartTime
@NameInMap(value="recovered_end_time") public Long recoveredEndTime
public static QueryUnifiedalarmEventRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryUnifiedalarmEventRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryUnifiedalarmEventRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public QueryUnifiedalarmEventRequest setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryUnifiedalarmEventRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryUnifiedalarmEventRequest setAlarmLevel(Long alarmLevel)
public Long getAlarmLevel()
public QueryUnifiedalarmEventRequest setStatus(Long status)
public Long getStatus()
public QueryUnifiedalarmEventRequest setAlarmTargetType(String alarmTargetType)
public String getAlarmTargetType()
public QueryUnifiedalarmEventRequest setKeyword(String keyword)
public String getKeyword()
public QueryUnifiedalarmEventRequest setStartTime(Long startTime)
public Long getStartTime()
public QueryUnifiedalarmEventRequest setEndTime(Long endTime)
public Long getEndTime()
public QueryUnifiedalarmEventRequest setAlarmRuleId(Long alarmRuleId)
public Long getAlarmRuleId()
public QueryUnifiedalarmEventRequest setAlarmStackInfo(AlarmStackInfo alarmStackInfo)
public AlarmStackInfo getAlarmStackInfo()
public QueryUnifiedalarmEventRequest setFireStartTime(Long fireStartTime)
public Long getFireStartTime()
public QueryUnifiedalarmEventRequest setFireEndTime(Long fireEndTime)
public Long getFireEndTime()
public QueryUnifiedalarmEventRequest setRecoveredStartTime(Long recoveredStartTime)
public Long getRecoveredStartTime()
public QueryUnifiedalarmEventRequest setRecoveredEndTime(Long recoveredEndTime)
public Long getRecoveredEndTime()
Copyright © 2022. All rights reserved.