Class EventItem

    • Constructor Detail

      • EventItem

        public EventItem()
      • EventItem

        public EventItem​(EventItem 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

      • getParamName

        public String getParamName()
        Get 参数名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParamName 参数名 注意:此字段可能返回 null,表示取不到有效值。
      • setParamName

        public void setParamName​(String ParamName)
        Set 参数名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParamName - 参数名 注意:此字段可能返回 null,表示取不到有效值。
      • getEventCount

        public Long getEventCount()
        Get 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventCount 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
      • setEventCount

        public void setEventCount​(Long EventCount)
        Set 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventCount - 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
      • getEventDetail

        public EventInfo[] getEventDetail()
        Get 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventDetail 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。
      • setEventDetail

        public void setEventDetail​(EventInfo[] EventDetail)
        Set 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventDetail - 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。