Class CbrRepoInfo

    • Constructor Detail

      • CbrRepoInfo

        public CbrRepoInfo()
      • CbrRepoInfo

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

      • getRepo

        public String getRepo()
        Get 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Repo 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
      • setRepo

        public void setRepo​(String Repo)
        Set 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Repo - 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
      • getRepoType

        public String getRepoType()
        Get 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RepoType 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
      • setRepoType

        public void setRepoType​(String RepoType)
        Set 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RepoType - 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
      • getRepoLanguage

        public String getRepoLanguage()
        Get 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RepoLanguage 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
      • setRepoLanguage

        public void setRepoLanguage​(String RepoLanguage)
        Set 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RepoLanguage - 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
      • getBranch

        public String getBranch()
        Get 分支名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Branch 分支名称 注意:此字段可能返回 null,表示取不到有效值。
      • setBranch

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