Class AbnormalEvents

    • Constructor Detail

      • AbnormalEvents

        public AbnormalEvents()
      • AbnormalEvents

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

      • getDate

        public String getDate()
        Get 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Date 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
      • setDate

        public void setDate​(String Date)
        Set 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Date - 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
      • getInfo

        public AbnormalEventsInfo[] getInfo()
        Get 列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Info 列表信息 注意:此字段可能返回 null,表示取不到有效值。
      • setInfo

        public void setInfo​(AbnormalEventsInfo[] Info)
        Set 列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Info - 列表信息 注意:此字段可能返回 null,表示取不到有效值。