Class ImageRisk

    • Constructor Detail

      • ImageRisk

        public ImageRisk()
      • ImageRisk

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

      • getBehavior

        public Long getBehavior()
        Get 高危行为 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Behavior 高危行为 注意:此字段可能返回 null,表示取不到有效值。
      • setBehavior

        public void setBehavior​(Long Behavior)
        Set 高危行为 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Behavior - 高危行为 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public Long getType()
        Get 种类 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 种类 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(Long Type)
        Set 种类 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 种类 注意:此字段可能返回 null,表示取不到有效值。
      • getLevel

        public String getLevel()
        Get 风险等级 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Level 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      • setLevel

        public void setLevel​(String Level)
        Set 风险等级 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Level - 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      • getDesc

        public String getDesc()
        Get 描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Desc 描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDesc

        public void setDesc​(String Desc)
        Set 描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Desc - 描述 注意:此字段可能返回 null,表示取不到有效值。
      • getInstructionContent

        public String getInstructionContent()
        Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InstructionContent 解决方案 注意:此字段可能返回 null,表示取不到有效值。
      • setInstructionContent

        public void setInstructionContent​(String InstructionContent)
        Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InstructionContent - 解决方案 注意:此字段可能返回 null,表示取不到有效值。