public class AiOpsEventListenerDTO extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AiOpsEventListenerDTO() |
AiOpsEventListenerDTO(AiOpsEventListenerDTO 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 |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventBroadcastType()
Get 事件广播类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventName()
Get 事件名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventSubType()
Get 事件周期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectDisplayName()
Get 项目展示名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectId()
Get 事件项目ID
注意:此字段可能返回 null,表示取不到有效值。
|
ParamInfoDs[] |
getPropertiesList()
Get 扩展名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventBroadcastType(String EventBroadcastType)
Set 事件广播类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventName(String EventName)
Set 事件名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventSubType(String EventSubType)
Set 事件周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectDisplayName(String ProjectDisplayName)
Set 项目展示名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(String ProjectId)
Set 事件项目ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPropertiesList(ParamInfoDs[] PropertiesList)
Set 扩展名
注意:此字段可能返回 null,表示取不到有效值。
|
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 AiOpsEventListenerDTO()
public AiOpsEventListenerDTO(AiOpsEventListenerDTO source)
public String getEventName()
public void setEventName(String EventName)
EventName - 事件名
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getProjectDisplayName()
public void setProjectDisplayName(String ProjectDisplayName)
ProjectDisplayName - 项目展示名
注意:此字段可能返回 null,表示取不到有效值。public String getEventSubType()
public void setEventSubType(String EventSubType)
EventSubType - 事件周期
注意:此字段可能返回 null,表示取不到有效值。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 事件项目ID
注意:此字段可能返回 null,表示取不到有效值。public ParamInfoDs[] getPropertiesList()
public void setPropertiesList(ParamInfoDs[] PropertiesList)
PropertiesList - 扩展名
注意:此字段可能返回 null,表示取不到有效值。public String getEventBroadcastType()
public void setEventBroadcastType(String EventBroadcastType)
EventBroadcastType - 事件广播类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.