Class PlatformEventSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.PlatformEventSummary
-
public class PlatformEventSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlatformEventSummary()
PlatformEventSummary(PlatformEventSummary 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventName()
Get 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。String
getEventPattern()
Get 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。void
setEventName(String EventName)
Set 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。void
setEventPattern(String EventPattern)
Set 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PlatformEventSummary
public PlatformEventSummary()
-
PlatformEventSummary
public PlatformEventSummary(PlatformEventSummary 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.
-
-
Method Detail
-
getEventName
public String getEventName()
Get 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventName 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setEventName
public void setEventName(String EventName)
Set 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventName
- 平台事件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getEventPattern
public String getEventPattern()
Get 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventPattern 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。
-
setEventPattern
public void setEventPattern(String EventPattern)
Set 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventPattern
- 平台事件匹配规则 注意:此字段可能返回 null,表示取不到有效值。
-
-