Class StructureModifyItem

    • Constructor Detail

      • StructureModifyItem

        public StructureModifyItem()
      • StructureModifyItem

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

      • getPath

        public String getPath()
        Get 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Path 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
      • setPath

        public void setPath​(String Path)
        Set 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Path - 修改的字段的路径 注意:此字段可能返回 null,表示取不到有效值。
      • getMachine

        public String getMachine()
        Get 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Machine 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
      • setMachine

        public void setMachine​(String Machine)
        Set 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Machine - 机器结果的值 注意:此字段可能返回 null,表示取不到有效值。
      • getManual

        public String getManual()
        Get 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Manual 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。
      • setManual

        public void setManual​(String Manual)
        Set 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Manual - 人工结果的值 注意:此字段可能返回 null,表示取不到有效值。