Class UserDefinedTemplateParams

    • Constructor Detail

      • UserDefinedTemplateParams

        public UserDefinedTemplateParams()
      • UserDefinedTemplateParams

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

        public String getIcon()
        Get 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Icon 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
      • setIcon

        public void setIcon​(String Icon)
        Set 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Icon - 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
      • getTags

        public String[] getTags()
        Get 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tags 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
      • setTags

        public void setTags​(String[] Tags)
        Set 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tags - 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
      • getSource

        public String getSource()
        Get 模板来源 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Source 模板来源 注意:此字段可能返回 null,表示取不到有效值。
      • setSource

        public void setSource​(String Source)
        Set 模板来源 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Source - 模板来源 注意:此字段可能返回 null,表示取不到有效值。
      • getDescription

        public String getDescription()
        Get 模板描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 模板描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 模板描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 模板描述 注意:此字段可能返回 null,表示取不到有效值。
      • getVersionControlType

        public String getVersionControlType()
        Get 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VersionControlType 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
      • setVersionControlType

        public void setVersionControlType​(String VersionControlType)
        Set 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VersionControlType - 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
      • getVersionControlUrl

        public String getVersionControlUrl()
        Get 模板地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VersionControlUrl 模板地址 注意:此字段可能返回 null,表示取不到有效值。
      • setVersionControlUrl

        public void setVersionControlUrl​(String VersionControlUrl)
        Set 模板地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VersionControlUrl - 模板地址 注意:此字段可能返回 null,表示取不到有效值。