Class Conditions

    • Constructor Detail

      • Conditions

        public Conditions()
      • Conditions

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

      • getConditionId

        public Long getConditionId()
        Get 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ConditionId 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
      • setConditionId

        public void setConditionId​(Long ConditionId)
        Set 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ConditionId - 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
      • getLevel

        public Long getLevel()
        Get 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Level 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
      • setLevel

        public void setLevel​(Long Level)
        Set 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Level - 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
      • getLevelDesc

        public String getLevelDesc()
        Get 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LevelDesc 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
      • setLevelDesc

        public void setLevelDesc​(String LevelDesc)
        Set 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LevelDesc - 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
      • getDesc

        public String getDesc()
        Get 警告条件描述
        Returns:
        Desc 警告条件描述
      • setDesc

        public void setDesc​(String Desc)
        Set 警告条件描述
        Parameters:
        Desc - 警告条件描述