public class RelatedEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
RelatedEvent() |
RelatedEvent(RelatedEvent 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 |
---|---|
String |
getDescription()
Get 事件描述
|
String |
getEventID()
Get 事件ID
|
Long |
getRelatedCount()
Get 与事件关联的告警数量
|
void |
setDescription(String Description)
Set 事件描述
|
void |
setEventID(String EventID)
Set 事件ID
|
void |
setRelatedCount(Long RelatedCount)
Set 与事件关联的告警数量
|
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 RelatedEvent()
public RelatedEvent(RelatedEvent source)
public String getEventID()
public void setEventID(String EventID)
EventID
- 事件IDpublic String getDescription()
public void setDescription(String Description)
Description
- 事件描述public Long getRelatedCount()
public void setRelatedCount(Long RelatedCount)
RelatedCount
- 与事件关联的告警数量Copyright © 2024. All rights reserved.