Class VersionInstance

    • Constructor Detail

      • VersionInstance

        public VersionInstance()
      • VersionInstance

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

      • getName

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

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

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

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

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

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