public class VersionFlowInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VersionFlowInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getFlowRatio()Get 流量比例 | 
| Boolean | getIsDefaultPriority()Get 是否默认版本 | 
| Long | getPriority()Get 权重 | 
| ObjectKV | getUrlParam()Get 测试KV值 | 
| String | getVersionName()Get 版本名 | 
| void | setFlowRatio(Long FlowRatio)Set 流量比例 | 
| void | setIsDefaultPriority(Boolean IsDefaultPriority)Set 是否默认版本 | 
| void | setPriority(Long Priority)Set 权重 | 
| void | setUrlParam(ObjectKV UrlParam)Set 测试KV值 | 
| void | setVersionName(String VersionName)Set 版本名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VersionFlowInfo()
public VersionFlowInfo(VersionFlowInfo source)
public String getVersionName()
public void setVersionName(String VersionName)
VersionName - 版本名public Boolean getIsDefaultPriority()
public void setIsDefaultPriority(Boolean IsDefaultPriority)
IsDefaultPriority - 是否默认版本public Long getFlowRatio()
public void setFlowRatio(Long FlowRatio)
FlowRatio - 流量比例public ObjectKV getUrlParam()
public void setUrlParam(ObjectKV UrlParam)
UrlParam - 测试KV值public Long getPriority()
public void setPriority(Long Priority)
Priority - 权重Copyright © 2025. All rights reserved.