public class DescribeAlarmIncidentNodesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAlarmIncidentNodesRequest() | 
| DescribeAlarmIncidentNodesRequest(DescribeAlarmIncidentNodesRequest 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 | 
|---|---|
| Long | getAlarmTime()Get 告警时间 | 
| String | getAlarmVid()Get 告警vid | 
| Long | getTableId()Get 告警来源表ID | 
| String | getUuid()Get 机器uuid | 
| void | setAlarmTime(Long AlarmTime)Set 告警时间 | 
| void | setAlarmVid(String AlarmVid)Set 告警vid | 
| void | setTableId(Long TableId)Set 告警来源表ID | 
| void | setUuid(String Uuid)Set 机器uuid | 
| 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, toJsonStringpublic DescribeAlarmIncidentNodesRequest()
public DescribeAlarmIncidentNodesRequest(DescribeAlarmIncidentNodesRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - 机器uuidpublic String getAlarmVid()
public void setAlarmVid(String AlarmVid)
AlarmVid - 告警vidpublic Long getAlarmTime()
public void setAlarmTime(Long AlarmTime)
AlarmTime - 告警时间public Long getTableId()
public void setTableId(Long TableId)
TableId - 告警来源表IDCopyright © 2025. All rights reserved.