Class StructureOneItem

    • Constructor Detail

      • StructureOneItem

        public StructureOneItem()
      • StructureOneItem

        public StructureOneItem​(StructureOneItem 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,表示取不到有效值。
      • getValue

        public String getValue()
        Get 字段的值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 字段的值 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 字段的值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 字段的值 注意:此字段可能返回 null,表示取不到有效值。