public class DescribeAlarmListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAlarmListRequest() |
DescribeAlarmListRequest(DescribeAlarmListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
AlarmTypeInfo[] |
getAlarmTypeSet()
Get 告警类型
|
Long[] |
getAppIdSet()
Get 应用id
|
String |
getApplicationToken()
Get 应用token
|
Long |
getBeginTime()
Get 告警开始时间,必填,时间戳秒
|
Long |
getEndTime()
Get 告警结束时间,必填,时间戳秒
|
String[] |
getExtendOne()
Get 应用扩展字段1
|
String[] |
getExtendTwo()
Get 应用扩展字段2
|
Long[] |
getGroupIdSet()
Get 分组id
|
String[] |
getIdSet()
Get 告警id
|
Long[] |
getLevelSet()
Get 告警级别id
|
Long |
getPageNumber()
Get 分页查询,第几页
|
Long |
getPageSize()
Get 每页条数
|
String[] |
getProcessorSet()
Get 当前告警处理人,填孪生中台的用户id
|
String[] |
getSpaceCodeSet()
Get 空间层级
|
String[] |
getStatuses()
Get 告警状态
|
String[] |
getWIDSet()
Get 设备id
|
Long |
getWorkspaceId()
Get 工作空间id
|
void |
setAlarmTypeSet(AlarmTypeInfo[] AlarmTypeSet)
Set 告警类型
|
void |
setAppIdSet(Long[] AppIdSet)
Set 应用id
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setBeginTime(Long BeginTime)
Set 告警开始时间,必填,时间戳秒
|
void |
setEndTime(Long EndTime)
Set 告警结束时间,必填,时间戳秒
|
void |
setExtendOne(String[] ExtendOne)
Set 应用扩展字段1
|
void |
setExtendTwo(String[] ExtendTwo)
Set 应用扩展字段2
|
void |
setGroupIdSet(Long[] GroupIdSet)
Set 分组id
|
void |
setIdSet(String[] IdSet)
Set 告警id
|
void |
setLevelSet(Long[] LevelSet)
Set 告警级别id
|
void |
setPageNumber(Long PageNumber)
Set 分页查询,第几页
|
void |
setPageSize(Long PageSize)
Set 每页条数
|
void |
setProcessorSet(String[] ProcessorSet)
Set 当前告警处理人,填孪生中台的用户id
|
void |
setSpaceCodeSet(String[] SpaceCodeSet)
Set 空间层级
|
void |
setStatuses(String[] Statuses)
Set 告警状态
|
void |
setWIDSet(String[] WIDSet)
Set 设备id
|
void |
setWorkspaceId(Long WorkspaceId)
Set 工作空间id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAlarmListRequest()
public DescribeAlarmListRequest(DescribeAlarmListRequest source)
public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- 告警开始时间,必填,时间戳秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 告警结束时间,必填,时间戳秒public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 分页查询,第几页public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页条数public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId
- 工作空间idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenpublic String[] getStatuses()
public void setStatuses(String[] Statuses)
Statuses
- 告警状态public AlarmTypeInfo[] getAlarmTypeSet()
public void setAlarmTypeSet(AlarmTypeInfo[] AlarmTypeSet)
AlarmTypeSet
- 告警类型public Long[] getLevelSet()
public void setLevelSet(Long[] LevelSet)
LevelSet
- 告警级别idpublic String[] getIdSet()
public void setIdSet(String[] IdSet)
IdSet
- 告警idpublic Long[] getAppIdSet()
public void setAppIdSet(Long[] AppIdSet)
AppIdSet
- 应用idpublic String[] getWIDSet()
public void setWIDSet(String[] WIDSet)
WIDSet
- 设备idpublic String[] getSpaceCodeSet()
public void setSpaceCodeSet(String[] SpaceCodeSet)
SpaceCodeSet
- 空间层级public String[] getExtendOne()
public void setExtendOne(String[] ExtendOne)
ExtendOne
- 应用扩展字段1public String[] getExtendTwo()
public void setExtendTwo(String[] ExtendTwo)
ExtendTwo
- 应用扩展字段2public String[] getProcessorSet()
public void setProcessorSet(String[] ProcessorSet)
ProcessorSet
- 当前告警处理人,填孪生中台的用户idpublic Long[] getGroupIdSet()
public void setGroupIdSet(Long[] GroupIdSet)
GroupIdSet
- 分组idCopyright © 2024. All rights reserved.