Class PlatformEventSummary

    • 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,表示取不到有效值。