Class AutoDelStrategyInfo

    • Constructor Detail

      • AutoDelStrategyInfo

        public AutoDelStrategyInfo()
      • AutoDelStrategyInfo

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

      • getUsername

        public String getUsername()
        Get 用户名
        Returns:
        Username 用户名
      • setUsername

        public void setUsername​(String Username)
        Set 用户名
        Parameters:
        Username - 用户名
      • getRepoName

        public String getRepoName()
        Get 仓库名
        Returns:
        RepoName 仓库名
      • setRepoName

        public void setRepoName​(String RepoName)
        Set 仓库名
        Parameters:
        RepoName - 仓库名
      • getType

        public String getType()
        Get 类型
        Returns:
        Type 类型
      • setType

        public void setType​(String Type)
        Set 类型
        Parameters:
        Type - 类型
      • getValue

        public Long getValue()
        Get 策略值
        Returns:
        Value 策略值
      • setValue

        public void setValue​(Long Value)
        Set 策略值
        Parameters:
        Value - 策略值
      • getValid

        public Long getValid()
        Get Valid
        Returns:
        Valid Valid
      • setValid

        public void setValid​(Long Valid)
        Set Valid
        Parameters:
        Valid - Valid
      • getCreationTime

        public String getCreationTime()
        Get 创建时间
        Returns:
        CreationTime 创建时间
      • setCreationTime

        public void setCreationTime​(String CreationTime)
        Set 创建时间
        Parameters:
        CreationTime - 创建时间