Class ComponentsInfo

    • Constructor Detail

      • ComponentsInfo

        public ComponentsInfo()
      • ComponentsInfo

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

      • getComponent

        @Deprecated
        public String getComponent()
        Deprecated.
        Get 组件名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Component 组件名称 注意:此字段可能返回 null,表示取不到有效值。
      • setComponent

        @Deprecated
        public void setComponent​(String Component)
        Deprecated.
        Set 组件名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Component - 组件名称 注意:此字段可能返回 null,表示取不到有效值。
      • getVersion

        public String getVersion()
        Get 组件版本信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Version 组件版本信息 注意:此字段可能返回 null,表示取不到有效值。
      • setVersion

        public void setVersion​(String Version)
        Set 组件版本信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Version - 组件版本信息 注意:此字段可能返回 null,表示取不到有效值。
      • getFixedVersion

        public String getFixedVersion()
        Get 可修复版本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FixedVersion 可修复版本 注意:此字段可能返回 null,表示取不到有效值。
      • setFixedVersion

        public void setFixedVersion​(String FixedVersion)
        Set 可修复版本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FixedVersion - 可修复版本 注意:此字段可能返回 null,表示取不到有效值。
      • getPath

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

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

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

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

        public String getName()
        Get 组件名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 组件名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 组件名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 组件名称 注意:此字段可能返回 null,表示取不到有效值。