Class VersionFlowInfo

    • Constructor Detail

      • VersionFlowInfo

        public VersionFlowInfo()
      • VersionFlowInfo

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

      • getVersionName

        public String getVersionName()
        Get 版本名
        Returns:
        VersionName 版本名
      • setVersionName

        public void setVersionName​(String VersionName)
        Set 版本名
        Parameters:
        VersionName - 版本名
      • getIsDefaultPriority

        public Boolean getIsDefaultPriority()
        Get 是否默认版本
        Returns:
        IsDefaultPriority 是否默认版本
      • setIsDefaultPriority

        public void setIsDefaultPriority​(Boolean IsDefaultPriority)
        Set 是否默认版本
        Parameters:
        IsDefaultPriority - 是否默认版本
      • getFlowRatio

        public Long getFlowRatio()
        Get 流量比例
        Returns:
        FlowRatio 流量比例
      • setFlowRatio

        public void setFlowRatio​(Long FlowRatio)
        Set 流量比例
        Parameters:
        FlowRatio - 流量比例
      • getUrlParam

        public ObjectKV getUrlParam()
        Get 测试KV值
        Returns:
        UrlParam 测试KV值
      • setUrlParam

        public void setUrlParam​(ObjectKV UrlParam)
        Set 测试KV值
        Parameters:
        UrlParam - 测试KV值
      • getPriority

        public Long getPriority()
        Get 权重
        Returns:
        Priority 权重
      • setPriority

        public void setPriority​(Long Priority)
        Set 权重
        Parameters:
        Priority - 权重